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
|
@ -20,7 +20,7 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <libusb.h>
|
||||
#include "libusb.h"
|
||||
|
||||
static void print_devs(libusb_device **devs)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue