summaryrefslogtreecommitdiff
path: root/pciutils.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-08-13 20:54:43 +0000
committerMartin Mares <mj@ucw.cz>2006-05-05 14:18:25 +0200
commitee7d83845f73a71988e3b847fef2d04b07a9aebd (patch)
tree7509f0ebb533ac3ade230ef3ee26317539d45b11 /pciutils.h
parent489233b45bc68e94b2d065f696ed22bc6e6eec02 (diff)
downloadpciutils-ee7d83845f73a71988e3b847fef2d04b07a9aebd.tar.gz
Added more parts of the Windows port.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-61
Diffstat (limited to 'pciutils.h')
-rw-r--r--pciutils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pciutils.h b/pciutils.h
index 6787ea8..537de6f 100644
--- a/pciutils.h
+++ b/pciutils.h
@@ -9,6 +9,10 @@
#include "lib/pci.h"
#include "lib/sysdep.h"
+#ifdef PCI_OS_WINDOWS
+#include "compat/getopt.h"
+#endif
+
#define PCIUTILS_VERSION PCILIB_VERSION
void die(char *msg, ...) NONRET;