Browse code

Apply fix for AIX

Shawn Webb authored on 2014/05/22 07:00:33
Showing 1 changed files
... ...
@@ -48,8 +48,13 @@
48 48
 #endif
49 49
 
50 50
 #if defined(SIOCGIFHWADDR)
51
+#if defined(AIX)
52
+#include <sys/ndd_var.h>
53
+#include <sys/kinfo.h>
54
+#else
51 55
 #include <linux/sockios.h>
52 56
 #endif
57
+#endif
53 58
 
54 59
 #include <errno.h>
55 60