Skip to content

Commit

Permalink
Add correct header for waitpid in openURL
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbes committed Apr 1, 2014
1 parent a115859 commit 820d8a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/system/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 820d8a8

Please sign in to comment.