aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-14 16:45:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-14 16:45:51 +0000
commitecfd83a0fd58ac1790f031b82db1bc9e56f6f058 (patch)
tree6054c413a5693d019df6394ce7ac45a150c1554e /interface.c
parente58b8beb28dbe3dc0ed905ae12657617bf80b196 (diff)
downloadfetchmail-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.c2
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 {