blob: 1c4cb9ae4a1b160389a12949559acb982de32ddf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- daemon/prompt/gkd-prompt.c.orig 2009-12-21 19:17:13.000000000 -0500
+++ daemon/prompt/gkd-prompt.c 2009-12-21 19:17:23.000000000 -0500
@@ -21,6 +21,8 @@
#include "config.h"
+#include <sys/wait.h>
+
#include "gkd-prompt.h"
#include "gkd-prompt-marshal.h"
#include "gkd-prompt-util.h"
|