summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-16 15:30:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-16 15:30:37 +0000
commitb9738f571a7b20825ce88a093398634eada04710 (patch)
treeb3e24ddd55811431a3476da8f0441033bd1a2387
parent3dfdaa1a0d7148f925339f060f9ccbc8ce3a7bc3 (diff)
downloadldetect-b9738f571a7b20825ce88a093398634eada04710.tar
ldetect-b9738f571a7b20825ce88a093398634eada04710.tar.gz
ldetect-b9738f571a7b20825ce88a093398634eada04710.tar.bz2
ldetect-b9738f571a7b20825ce88a093398634eada04710.tar.xz
ldetect-b9738f571a7b20825ce88a093398634eada04710.zip
no need for unistd.h
-rw-r--r--pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index fba8ad4..e31a862 100644
--- a/pci.c
+++ b/pci.c
@@ -1,4 +1,3 @@
-#include <unistd.h>
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>