summaryrefslogtreecommitdiffstats
path: root/hdlcutil
diff options
context:
space:
mode:
authorMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:12:42 +0000
committerMichael Taylor <mctaylor@mctaylor.com>2004-12-12 04:12:42 +0000
commit875f370a634411b94ad72f9f735d2137d5cbc45b (patch)
tree146b3de4a5cd49af068c37dfd26484b67dab99d0 /hdlcutil
parentbe25b2f873108c368097d873a2c178651d581f98 (diff)
replace asm/byteorder.h with public 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 25bd883..c096b2e 100644
--- a/hdlcutil/hdrvcomm.c
+++ b/hdlcutil/hdrvcomm.c
@@ -39,7 +39,7 @@
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
-#include <asm/byteorder.h>
+#include <endian.h>
#include <endian.h>
#include <fcntl.h>
#include <unistd.h>