Browse Source

Add correct header for waitpid in openURL

Bart van Strien 11 years ago
parent
commit
820d8a8267
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/system/System.cpp

+ 1 - 0
src/modules/system/System.cpp

@@ -27,6 +27,7 @@
 #elif defined(LOVE_LINUX)
 #include <stdlib.h>
 #include <unistd.h>
+#include <sys/wait.h>
 #elif defined(LOVE_WINDOWS)
 #include "common/utf8.h"
 #include <shlobj.h>