blob: 1fa5219350a8fc588062766b14959223aee86fc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- aegrep/main.cc.orig 2012-12-04 02:03:33 UTC
+++ aegrep/main.cc
@@ -32,6 +32,9 @@
#include <aegrep/arglex3.h>
+#include <sys/types.h>
+#include <sys/wait.h>
+
static void
grep_usage(void)
|