summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
authorLuiz Fernando Capitulino <lcapitulino@mandriva.com>2009-02-05 13:14:09 +0000
committerLuiz Fernando Capitulino <lcapitulino@mandriva.com>2009-02-05 13:14:09 +0000
commit5f65fad1a9a17fdc588ab9eadb791b15ac4452e3 (patch)
tree0e57f84f907f7a7fce46c0027d0d87d073b9bac7 /pciusb.c
parent657f43a23250f33a0f2d53e1515bbe24908b7aa0 (diff)
downloadldetect-5f65fad1a9a17fdc588ab9eadb791b15ac4452e3.tar
ldetect-5f65fad1a9a17fdc588ab9eadb791b15ac4452e3.tar.gz
ldetect-5f65fad1a9a17fdc588ab9eadb791b15ac4452e3.tar.bz2
ldetect-5f65fad1a9a17fdc588ab9eadb791b15ac4452e3.tar.xz
ldetect-5f65fad1a9a17fdc588ab9eadb791b15ac4452e3.zip
- pciusb.c: Include <sys/utsname.h>, needed by uname(2)
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pciusb.c b/pciusb.c
index 74b8104..ecbe74a 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -2,6 +2,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
+#include <sys/utsname.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>