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 /hcid | |
parent | 4b5556bbbb60803559de24a46a15d7533d397041 (diff) |
Don't include asm/types.h
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/security.c b/hcid/security.c index 7e2123ca..f903e11c 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -48,7 +48,7 @@ #include <sys/socket.h> #include <sys/time.h> #include <sys/stat.h> -#include <asm/types.h> +#include <sys/types.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> |