]> mj.ucw.cz Git - pciutils.git/blobdiff - pciutils.h
Hotfix
[pciutils.git] / pciutils.h
index 6787ea800969791452f1dbdf23873abd2499d230..537de6f141c31b20e2f8c71d4ac60940520d3945 100644 (file)
@@ -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;