|
@@ -27,7 +27,6 @@
|
|
#elif defined(LOVE_IOS)
|
|
#elif defined(LOVE_IOS)
|
|
#include "common/ios.h"
|
|
#include "common/ios.h"
|
|
#elif defined(LOVE_LINUX) || defined(LOVE_ANDROID)
|
|
#elif defined(LOVE_LINUX) || defined(LOVE_ANDROID)
|
|
-#include <spawn.h>
|
|
|
|
#include <signal.h>
|
|
#include <signal.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/wait.h>
|
|
#include <errno.h>
|
|
#include <errno.h>
|
|
@@ -39,6 +38,8 @@
|
|
#endif
|
|
#endif
|
|
#if defined(LOVE_ANDROID)
|
|
#if defined(LOVE_ANDROID)
|
|
#include "common/android.h"
|
|
#include "common/android.h"
|
|
|
|
+#elif defined(LOVE_LINUX)
|
|
|
|
+#include <spawn.h>
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#if defined(LOVE_LINUX)
|
|
#if defined(LOVE_LINUX)
|