diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-01 16:54:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-01 16:54:08 +0000 |
commit | e72637a2022c33425341ab26790d19f88d18fec5 (patch) | |
tree | 6e05468152b570260c6e3dbc5ed21b1c18144caa /interface.c | |
parent | 197ed6c695bd3bf8040fe5df91ceece243d78a81 (diff) | |
download | fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.tar.gz fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.tar.bz2 fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.zip |
Some configuration cleanup.
svn path=/trunk/; revision=1133
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.c b/interface.c index 1dbc7d39..295bb3be 100644 --- a/interface.c +++ b/interface.c @@ -13,7 +13,7 @@ #ifdef linux -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> #if defined(STDC_HEADERS) |