blob: da70946f6c0b6519b7480d079956a176e1f1fdaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- callbacks.c.org Sat Apr 5 00:18:58 2003
+++ callbacks.c Tue Apr 15 00:16:03 2003
@@ -5,7 +5,7 @@
#include "main.h"
#include <signal.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <gdk/gdkx.h>
#undef DEBUG
|