summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-11-18 13:58:51 +0000
committerPete Batard <pbatard@gmail.com>2010-11-18 13:58:51 +0000
commit3b5fd4a77e9bacd02fc254472ff21df1a57eb003 (patch)
tree819a9fd6c2fa16f081c47799fd9fff60a903a0ac
parent89d11015b0af969ae8a97e2d0e2e8a37aacd1a23 (diff)
downloadlibusb-3b5fd4a77e9bacd02fc254472ff21df1a57eb003.tar.gz
also apply the new "libusb.h" include to the dpfp samples
-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)