瀏覽代碼

Add correct header for waitpid in openURL

Bart van Strien 11 年之前
父節點
當前提交
820d8a8267
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/system/System.cpp

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

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