summaryrefslogtreecommitdiff
path: root/pciutils.h
diff options
context:
space:
mode:
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;