summaryrefslogtreecommitdiff
path: root/x11-wm/mutter/files/patch-src_core_main.c
blob: 9980fe9099c697bd1e65d4eb2763bd5b416e80ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/core/main.c.orig	2009-08-14 00:40:56.000000000 +0000
+++ src/core/main.c	2009-08-14 00:41:22.000000000 +0000
@@ -59,7 +59,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>