]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile warning for new netlink callback header.
authorRoy Marples <roy@marples.name>
Mon, 11 Feb 2008 21:42:53 +0000 (21:42 +0000)
committerRoy Marples <roy@marples.name>
Mon, 11 Feb 2008 21:42:53 +0000 (21:42 +0000)
interface.h

index 61bf1e90424509960203416a204f233699f3ca5f..6e000241d4fa4cb77e80f8fa88f39a5f1616dd13 100644 (file)
 #include <stdbool.h>
 
 #include "config.h"
+
+#ifdef __linux__
+#  include <linux/netlink.h>
+#endif
+
 #ifdef ENABLE_DUID
 #ifndef DUID_LEN
 #  define DUID_LEN                             128 + 2