Parcourir la source

Add correct header for waitpid in openURL

Bart van Strien il y a 11 ans
Parent
commit
820d8a8267
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>