Skip to content

Commit 49807d6

Browse files
committed
Fix MacOS compilation
1 parent 1a40dfa commit 49807d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usbhostfs_pc/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <unistd.h>
1616
#include <ctype.h>
1717
#include <inttypes.h>
18-
#include <libusb-1.0/libusb.h>
18+
#include <libusb.h>
1919
#include <limits.h>
2020
#include <fcntl.h>
2121
#include <usbhostfs.h>

0 commit comments

Comments
 (0)