We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d88af commit f63bb6aCopy full SHA for f63bb6a
1 file changed
wrappers/c_sync/libfreenect_sync.c
@@ -24,6 +24,9 @@
24
* either License.
25
*/
26
#include <stdio.h>
27
+#ifdef _MSC_VER
28
+#define HAVE_STRUCT_TIMESPEC
29
+#endif
30
#include <pthread.h>
31
#include <string.h>
32
#include <stdlib.h>
0 commit comments