diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-16 15:30:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-16 15:30:37 +0000 |
commit | b9738f571a7b20825ce88a093398634eada04710 (patch) | |
tree | b3e24ddd55811431a3476da8f0441033bd1a2387 | |
parent | 3dfdaa1a0d7148f925339f060f9ccbc8ce3a7bc3 (diff) | |
download | ldetect-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -#include <unistd.h> #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> |