diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-19 15:42:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-19 15:42:35 +0000 |
commit | a2389b61cd8a3344a68cfb0be777a40da7d9bb0b (patch) | |
tree | 6257a0de87a3500e5c88e18138e5a8b4a1f65aa6 /interface.c | |
parent | 576090c8a061f7e183616265d70a8208f73a6d76 (diff) | |
download | fetchmail-a2389b61cd8a3344a68cfb0be777a40da7d9bb0b.tar.gz fetchmail-a2389b61cd8a3344a68cfb0be777a40da7d9bb0b.tar.bz2 fetchmail-a2389b61cd8a3344a68cfb0be777a40da7d9bb0b.zip |
Compilation cleanups.
svn path=/trunk/; revision=1374
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.c b/interface.c index 3e20f7af..266cf6ba 100644 --- a/interface.c +++ b/interface.c @@ -23,7 +23,9 @@ #include <unistd.h> #endif #include <sys/ioctl.h> +#include <sys/socket.h> #include <netinet/in.h> +#include <arpa/inet.h> #include <net/if.h> #include "config.h" #include "fetchmail.h" |