mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Add correct header for waitpid in openURL
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user