Browse Source

revert unwanted project changes...

Pal Lockheart 7 years ago
parent
commit
e473149030
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"
-#if defined(__IOS__) || !defined(__EMSCRIPTEN__)
+#if defined(__IOS__) || defined(__EMSCRIPTEN__)
 #include <sys/time.h>
 #endif