Include <endian.h> instead of <sys/endian.h>,

since the later doesn't define byte order.
This commit is contained in:
Chih-Wei Huang 2009-07-28 22:58:09 +08:00
parent cc05d12716
commit a90528ad34

View File

@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/endian.h>
#include <endian.h>
#include <netdb.h>
#include "servent.h"
#include "services.h"