]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Do not include <ifaddrs.h> since we want to replace it.
authorVincent Bernat <bernat@luffy.cx>
Thu, 9 Jul 2009 18:14:27 +0000 (20:14 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 9 Jul 2009 18:14:27 +0000 (20:14 +0200)
src/getifaddrs.c

index bad0cf05da8aaeac7246fe7f0abf707f6106398b..a50c11406084839d62ce1f1d99089ba51c707cb5 100644 (file)
@@ -59,7 +59,6 @@
 #include <sys/uio.h>
 #include <net/if.h>
 #include <net/if_arp.h>
-#include <ifaddrs.h>
 #include <netinet/in.h>
 
 /* ====================================================================== */