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-17 15:33:29 +0200
commitdda2166d8612b9d68332dd5b731e774b3a4e6375 (patch)
treeabdb11dd2bc7c12f2e0ae1b60da6965eaf23f4e6
parentab49da9b22b81188a5cf4d3daa27de218d8cb2e0 (diff)
downloadbcm4751-dda2166d8612b9d68332dd5b731e774b3a4e6375.tar.gz
bcm4751-dda2166d8612b9d68332dd5b731e774b3a4e6375.tar.bz2
bcm4751-dda2166d8612b9d68332dd5b731e774b3a4e6375.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)
{