Add correct header for waitpid in openURL

This commit is contained in:
Bart van Strien
2014-04-01 16:57:07 +02:00
parent a1158599ab
commit 820d8a8267
+1
View File
@@ -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>