diff options
author | Robert David <[email protected]> | 2014-03-10 13:17:56 +0100 |
---|---|---|
committer | Robert David <[email protected]> | 2014-03-10 13:17:56 +0100 |
commit | d5ad1268c6f0ae1e9679433cf13ff24e49e744a6 (patch) | |
tree | 9e442a22754ee42fcd2f015d52840e435846c49f /src | |
parent | 342296e0608dd5ce73738f6681dd6c0211a4daba (diff) | |
download | marco-d5ad1268c6f0ae1e9679433cf13ff24e49e744a6.tar.bz2 marco-d5ad1268c6f0ae1e9679433cf13ff24e49e744a6.tar.xz |
src/core/main.c sys/wait.h fix #2
Diffstat (limited to 'src')
-rw-r--r-- | src/core/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/main.c b/src/core/main.c index 48a94677..a12fb75f 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -58,11 +58,7 @@ #include <stdlib.h> #include <sys/types.h> -#ifdef __linux__ -#include <wait.h> -#else #include <sys/wait.h> -#endif #include <stdio.h> #include <string.h> #include <signal.h> |