diff options
Diffstat (limited to 'wm/metacity/patches/patch-ab')
-rw-r--r-- | wm/metacity/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/metacity/patches/patch-ab b/wm/metacity/patches/patch-ab new file mode 100644 index 00000000000..fa851ddcaf6 --- /dev/null +++ b/wm/metacity/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2009/10/22 17:33:57 drochner Exp $ + +--- src/core/main.c.orig 2009-10-21 21:56:47.000000000 +0200 ++++ src/core/main.c +@@ -58,7 +58,7 @@ + + #include <stdlib.h> + #include <sys/types.h> +-#include <wait.h> ++#include <sys/wait.h> + #include <stdio.h> + #include <string.h> + #include <signal.h> |