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-rfcomm.c | |
parent | b7f70f67039d79361f7aa12b572da4f97e717595 (diff) |
Fix order of header inclusion
Diffstat (limited to 'hcid/dbus-rfcomm.c')
-rw-r--r-- | hcid/dbus-rfcomm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c index 629911c0..c49fd1f0 100644 --- a/hcid/dbus-rfcomm.c +++ b/hcid/dbus-rfcomm.c @@ -27,10 +27,9 @@ #include <stdio.h> #include <errno.h> +#include <fcntl.h> #include <unistd.h> -#include <sys/types.h> #include <sys/stat.h> -#include <fcntl.h> #include <sys/ioctl.h> #include <sys/socket.h> #include <arpa/inet.h> |