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-08-10 00:38:16 +0200
commit48d7aa6c3c80608ac839c6a8ccc0be3edf2a192d (patch)
tree4c5fe81143d87164198c895fb2e8d8f230a9a2b5
parente4f94e901b9b4c5fef5642ad9580863fc2bfe336 (diff)
downloadbcm4751-gnulinux.tar.gz
bcm4751-gnulinux.tar.bz2
bcm4751-gnulinux.zip
Fix the build for GNU/Linuxgnulinux
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--bcm4751_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcm4751_test.c b/bcm4751_test.c
index bf4159b..9e17af9 100644
--- a/bcm4751_test.c
+++ b/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)
{