Include <endian.h> instead of <sys/endian.h>,
since the later doesn't define byte order.
This commit is contained in:
parent
cc05d12716
commit
a90528ad34
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user