Use correct relative include path

This commit is contained in:
Sam Lantinga
2021-10-01 16:27:59 -07:00
parent 632aca2945
commit db18764e41
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
#include <sys/time.h>
#include <unistd.h>
#include "hidapi.h"
#include "../hidapi/hidapi.h"
/* Barrier implementation because Mac OSX doesn't have pthread_barrier.
It also doesn't have clock_gettime(). So much for POSIX and SUSv2.