From 820d8a8267eaa2bf60bb11969ef0cd22dbf9f1cc Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Tue, 1 Apr 2014 16:57:07 +0200 Subject: [PATCH] Add correct header for waitpid in openURL --- src/modules/system/System.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/system/System.cpp b/src/modules/system/System.cpp index 0aacda0b7..397cfbb41 100755 --- a/src/modules/system/System.cpp +++ b/src/modules/system/System.cpp @@ -27,6 +27,7 @@ #elif defined(LOVE_LINUX) #include #include +#include #elif defined(LOVE_WINDOWS) #include "common/utf8.h" #include