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