chiark / gitweb /
[PATCH] oops forgot to add the new klibc/include directory
[elogind.git] / klibc / include / netinet / ip.h
1 /*
2  * netinet/ip.h
3  */
4
5 #ifndef _NETINET_IP_H
6 #define _NETINET_IP_H
7
8 #include <endian.h>
9 #include <linux/ip.h>
10
11 #define IP_DF           0x4000          /* Flag: "Don't Fragment" */
12
13 #endif /* _NETINET_IP_H */