Browse Source

posix build fix

Pal Lockheart 7 years ago
parent
commit
c1586c0457
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video.c

+ 1 - 1
video.c

@@ -20,7 +20,7 @@
 //
 
 #include "main.h"
-#ifdef __EMSCRIPTEN__
+#ifndef __WIN32__
 #include <sys/time.h>
 #endif