diff options
Diffstat (limited to 'apollo/netinet')
-rw-r--r-- | apollo/netinet/in.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apollo/netinet/in.h b/apollo/netinet/in.h new file mode 100644 index 0000000000..cfbc0485d0 --- /dev/null +++ b/apollo/netinet/in.h @@ -0,0 +1,8 @@ +/* Apollo's <netinet/in.h> isn't protected against multiple inclusion. */ + +#ifndef _NETINET_IN_INCLUDED +#define _NETINET_IN_INCLUDED + +#include "/bsd4.3/usr/include/netinet/in.h" + +#endif /* _NETINET_IN_INCLUDED */ |