diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-26 21:35:58 +0000 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-26 21:35:58 +0000 |
| commit | 98fe99c6838ae08e644f0b7e97415ba283588732 (patch) | |
| tree | 41a30493b2b6c565dbc5f205f709950233c8447b /hcid/dbus-adapter.c | |
| parent | b7f70f67039d79361f7aa12b572da4f97e717595 (diff) | |
Fix order of header inclusion
Diffstat (limited to 'hcid/dbus-adapter.c')
| -rw-r--r-- | hcid/dbus-adapter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c index 417a907c..ae36453e 100644 --- a/hcid/dbus-adapter.c +++ b/hcid/dbus-adapter.c @@ -31,6 +31,7 @@ #include <fcntl.h> #include <unistd.h> #include <sys/param.h> +#include <sys/ioctl.h> #include <sys/socket.h> #include <bluetooth/bluetooth.h> |
