aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-01 16:54:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-01 16:54:08 +0000
commite72637a2022c33425341ab26790d19f88d18fec5 (patch)
tree6e05468152b570260c6e3dbc5ed21b1c18144caa /uid.c
parent197ed6c695bd3bf8040fe5df91ceece243d78a81 (diff)
downloadfetchmail-e72637a2022c33425341ab26790d19f88d18fec5.tar.gz
fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.tar.bz2
fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.zip
Some configuration cleanup.
svn path=/trunk/; revision=1133
Diffstat (limited to 'uid.c')
-rw-r--r--uid.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/uid.c b/uid.c
index c531915a..d9650f1e 100644
--- a/uid.c
+++ b/uid.c
@@ -4,15 +4,13 @@
* For license terms, see the file COPYING in this directory.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
-
#if defined(STDC_HEADERS)
#include <stdlib.h>
#include <string.h>
#endif
-
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif