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.
This commit is contained in:
parent
09759d5836
commit
38e6eb86b2
7 changed files with 8 additions and 8 deletions
|
@ -28,7 +28,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue