summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67b3ef3..9eaf8d3 100644
--- a/Makefile
+++ b/Makefile
@@ -843,7 +843,12 @@ endef
export LIBPCI_TEST
define LIBUSB0_TEST
+#include "platform.h"
+#if IS_WINDOWS
+#include <lusb0_usb.h>
+#else
#include <usb.h>
+#endif
int main(int argc, char **argv)
{
(void) argc;
OpenPOWER on IntegriCloud