summaryrefslogtreecommitdiffstats
path: root/hdlcutil
diff options
context:
space:
mode:
authorMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:17:41 +0000
committerMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:17:41 +0000
commit0e42548ec930597bc842d7099baebe122f9255aa (patch)
tree8f8d3f360b256ebde8f287bef8d9aaf44d432c78 /hdlcutil
parent875f370a634411b94ad72f9f735d2137d5cbc45b (diff)
added netinet/in.h for htons prototype
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 c096b2e..628ec85 100644
--- a/hdlcutil/hdrvcomm.c
+++ b/hdlcutil/hdrvcomm.c
@@ -40,7 +40,7 @@
#include <sys/ipc.h>
#include <sys/msg.h>
#include <endian.h>
-#include <endian.h>
+#include <netinet/in.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>