diff options
Diffstat (limited to 'examples/dpfp.c')
-rw-r--r-- | examples/dpfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dpfp.c b/examples/dpfp.c index ff98b5d..3f41e0e 100644 --- a/examples/dpfp.c +++ b/examples/dpfp.c @@ -27,7 +27,7 @@ #include <stdio.h> #include <stdlib.h> -#include <libusb.h> +#include "libusb.h" #define EP_INTR (1 | LIBUSB_ENDPOINT_IN) #define EP_DATA (2 | LIBUSB_ENDPOINT_IN) |