diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-08-16 10:10:13 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-08-16 10:10:13 +0000 |
commit | 5c8acb2c0dabd7fe0c8397d97c140d78b7bd8cd7 (patch) | |
tree | 2ef98041216c5331e0ecad49d5bd8c958bec6272 /tools | |
parent | 4b5556bbbb60803559de24a46a15d7533d397041 (diff) |
Don't include asm/types.h
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hciattach.c | 2 |
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> |