summaryrefslogtreecommitdiffstats
path: root/tools/hciattach.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-08-16 10:10:13 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-08-16 10:10:13 +0000
commit5c8acb2c0dabd7fe0c8397d97c140d78b7bd8cd7 (patch)
tree2ef98041216c5331e0ecad49d5bd8c958bec6272 /tools/hciattach.c
parent4b5556bbbb60803559de24a46a15d7533d397041 (diff)
Don't include asm/types.h
Diffstat (limited to 'tools/hciattach.c')
-rw-r--r--tools/hciattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index 2024c1de..b3f40b3a 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -47,7 +47,7 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/time.h>
-#include <asm/types.h>
+#include <sys/types.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>