summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/dpfp.c2
-rw-r--r--examples/dpfp_threaded.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/dpfp.c b/examples/dpfp.c
index a35a373..07ffe4d 100644
--- a/examples/dpfp.c
+++ b/examples/dpfp.c
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <libusb/libusb.h>
+#include "libusb.h"
#define EP_INTR (1 | LIBUSB_ENDPOINT_IN)
#define EP_DATA (2 | LIBUSB_ENDPOINT_IN)
diff --git a/examples/dpfp_threaded.c b/examples/dpfp_threaded.c
index 7b98192..7868015 100644
--- a/examples/dpfp_threaded.c
+++ b/examples/dpfp_threaded.c
@@ -28,7 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <libusb/libusb.h>
+#include "libusb.h"
#define EP_INTR (1 | LIBUSB_ENDPOINT_IN)
#define EP_DATA (2 | LIBUSB_ENDPOINT_IN)