chiark / gitweb /
cdb: Replace ad-hocery with use of offsetof/typeof. Closes:#812718.
[chiark-tcl.git] / tuntap / chiark_tcl_tuntap.h
index 30a3f16aef35c49707530aa3f970255e91f1413b..6698c9a7045048280e3caaa501786f49efd9770c 100644 (file)
@@ -22,7 +22,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
-#include <linux/if.h>
+
+#include <net/if.h>
 #include <linux/if_tun.h>
 
 #include "hbytes.h"