summaryrefslogtreecommitdiffstats
path: root/hdlcutil
diff options
context:
space:
mode:
authorMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:07:42 +0000
committerMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:07:42 +0000
commitbe25b2f873108c368097d873a2c178651d581f98 (patch)
tree48f689ee176773ebd3dbc536a28dd1f7130d5dbc /hdlcutil
parent3ae75e6fb051d7c122cd9232c22c39e036a30597 (diff)
replace asm/byteorder.h with public header endian.h
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>