]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/uapi/linux/if_pppox.h
include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.h
[karo-tx-linux.git] / include / uapi / linux / if_pppox.h
index e128769331b5a7c6be4a10cf44c262be68a65772..d37bbb17a007c108f093ac517e4f0d567f3920de 100644 (file)
 #include <asm/byteorder.h>
 
 #include <linux/socket.h>
+#include <linux/if.h>
 #include <linux/if_ether.h>
 #include <linux/if_pppol2tp.h>
+#include <linux/in.h>
+#include <linux/in6.h>
 
 /* For user-space programs to pick up these definitions
  * which they wouldn't get otherwise without defining __KERNEL__