summaryrefslogtreecommitdiffstats
path: root/usb.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-20 00:21:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-20 00:21:55 +0000
commit56d15b241c13670336fe794847335414c2345df5 (patch)
tree732e60aafa96011ebf0f45a4e1c18c56b7ea25a3 /usb.c
parente7459fe28ce216d744ffe305a01b78ab88a716a2 (diff)
downloadldetect-56d15b241c13670336fe794847335414c2345df5.tar
ldetect-56d15b241c13670336fe794847335414c2345df5.tar.gz
ldetect-56d15b241c13670336fe794847335414c2345df5.tar.bz2
ldetect-56d15b241c13670336fe794847335414c2345df5.tar.xz
ldetect-56d15b241c13670336fe794847335414c2345df5.zip
a little cleanup
Diffstat (limited to 'usb.c')
-rw-r--r--usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb.c b/usb.c
index 24206a9..004eaa7 100644
--- a/usb.c
+++ b/usb.c
@@ -1,8 +1,8 @@
-#include <unistd.h>
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "libldetect.h"
#include "libldetect-private.h"
#include "common.h"