summaryrefslogtreecommitdiffstats
path: root/hdlcutil
diff options
context:
space:
mode:
Diffstat (limited to 'hdlcutil')
-rw-r--r--hdlcutil/hdrvcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdlcutil/hdrvcomm.c b/hdlcutil/hdrvcomm.c
index 263ebd8..25bd883 100644
--- a/hdlcutil/hdrvcomm.c
+++ b/hdlcutil/hdrvcomm.c
@@ -37,10 +37,10 @@
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/types.h>
-/*#include <sys/socket.h>*/
#include <sys/ipc.h>
#include <sys/msg.h>
#include <asm/byteorder.h>
+#include <endian.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>