Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit/TEST need err.h now



details:   https://anonhg.NetBSD.org/src/rev/588d11ec6f22
branches:  trunk
changeset: 767952:588d11ec6f22
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 04 14:33:05 2011 +0000

description:
need err.h now

diffstat:

 lib/libedit/TEST/wtc1.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ab76a4382d95 -r 588d11ec6f22 lib/libedit/TEST/wtc1.c
--- a/lib/libedit/TEST/wtc1.c   Thu Aug 04 04:47:59 2011 +0000
+++ b/lib/libedit/TEST/wtc1.c   Thu Aug 04 14:33:05 2011 +0000
@@ -2,6 +2,7 @@
 #include <string.h>
 #include <signal.h>
 #include <sys/wait.h>
+#include <err.h>
 #include <ctype.h>
 #include <stdlib.h>
 #include <unistd.h>



Home | Main Index | Thread Index | Old Index