* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h

to allow standalone usage (autoconf).
This commit is contained in:
Corinna Vinschen
2003-04-25 08:32:30 +00:00
parent 71853f09cc
commit f615d74b72
2 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,9 @@
#ifndef _NETINET_IP_H
#define _NETINET_IP_H
#include <netinet/in_systm.h>
#include <netinet/in.h>
/* Added by Wu Yongwei */
#ifndef LITTLE_ENDIAN
#define LITTLE_ENDIAN 1234