summaryrefslogtreecommitdiff
blob: 51530bfdaf535b338953a08c1ea3189e052e3d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
fix one of the Debian patches -- it uses warnx but doesn't include err.h.

--- a/src/eval.c
+++ b/src/eval.c
@@ -36,6 +36,7 @@
 #include <signal.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <err.h>
 
 /*
  * Evaluate a command.