summaryrefslogblamecommitdiffstats
path: root/x11-wm/metacity/files/patch-src_core_main.c
blob: 3d725199d4045db1a8335ea98d74f2c63d047319 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                   
--- src/core/main.c.orig    2009-05-03 11:54:25.000000000 +0200
+++ src/core/main.c 2009-05-03 11:55:24.000000000 +0200
@@ -58,7 +58,11 @@
 
 #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>