Skip to content

Commit bd9e41b

Browse files
committed
Remove directory prefix from #include <libusb.h> - fixes #379
Signed-off-by: Benn Snyder <[email protected]>
1 parent de79349 commit bd9e41b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/keep_alive.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,10 @@
5858
* those of the authors and should not be interpreted as representing official
5959
* policies, either expressed or implied, of Drew Fisher.
6060
*/
61-
62-
63-
64-
6561
#include "keep_alive.h"
6662
#include "freenect_internal.h"
6763

68-
#include <libusb-1.0/libusb.h>
64+
#include <libusb.h>
6965
#include <stdio.h>
7066
#include <stdlib.h>
7167
#include <string.h>

0 commit comments

Comments
 (0)