commit | 38e6eb86b2ceb301d67fd4754c5a1493f7911ece | [log] [tgz] |
---|---|---|
author | Ludovic Rousseau <ludovic.rousseau@gmail.com> | Fri Oct 12 23:28:51 2012 +0200 |
committer | Pete Batard <pete@akeo.ie> | Sat Oct 13 18:34:45 2012 +0100 |
tree | 1e477a66cf114d25f2695681bc61c1bc7a590294 | |
parent | 09759d5836766fb3b886824cd669bc0dfc149d00 [diff] [blame] |
All: Use "" instead of <> for local includes System header files are used with #include <foo.h> Xcode can't find local headers using this syntax.
diff --git a/examples/fxload.c b/examples/fxload.c index 31c090b..93f9fb9 100644 --- a/examples/fxload.c +++ b/examples/fxload.c
@@ -38,7 +38,7 @@ #include <sys/types.h> #include <getopt.h> -#include <libusb.h> +#include "libusb.h" #include "ezusb.h" #if !defined(_WIN32) || defined(__CYGWIN__ )