summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2012-08-10 00:38:16 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2012-11-30 03:36:46 +0100
commit45837f126cf5a5e5726a030d5aaa5f7d2e037e20 (patch)
tree14e5553e9b724855079f14c8af0f47aaca273f67
parent916793f77a5e3ab37e3f62a850e0baea3b224900 (diff)
downloadbcm4751-45837f126cf5a5e5726a030d5aaa5f7d2e037e20.tar.gz
bcm4751-45837f126cf5a5e5726a030d5aaa5f7d2e037e20.tar.bz2
bcm4751-45837f126cf5a5e5726a030d5aaa5f7d2e037e20.zip
Fix the build for GNU/Linux
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--utils/bcm4751_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bcm4751_test.c b/utils/bcm4751_test.c
index bf4159b..9e17af9 100644
--- a/utils/bcm4751_test.c
+++ b/utils/bcm4751_test.c
@@ -11,8 +11,8 @@
#include <sys/stat.h>
#include <fcntl.h>
+#include <asm-generic/ioctls.h>
#include <sys/syscall.h>
-#include <sys/linux-syscalls.h>
void hex_dump(void *data, int size)
{