diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-14 16:45:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-14 16:45:51 +0000 |
commit | ecfd83a0fd58ac1790f031b82db1bc9e56f6f058 (patch) | |
tree | 6054c413a5693d019df6394ce7ac45a150c1554e /interface.c | |
parent | e58b8beb28dbe3dc0ed905ae12657617bf80b196 (diff) | |
download | fetchmail-ecfd83a0fd58ac1790f031b82db1bc9e56f6f058.tar.gz fetchmail-ecfd83a0fd58ac1790f031b82db1bc9e56f6f058.tar.bz2 fetchmail-ecfd83a0fd58ac1790f031b82db1bc9e56f6f058.zip |
glibc2 fix.
svn path=/trunk/; revision=880
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 280c6b7e..189c5565 100644 --- a/interface.c +++ b/interface.c @@ -23,7 +23,7 @@ #endif #include <sys/ioctl.h> #include <netinet/in.h> -#include <linux/netdevice.h> +#include <net/if.h> #include "fetchmail.h" typedef struct { |