Source-Changes-HG archive

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

[src/trunk]: src/tools/compat need <errno.h> and <stdarg.h>



details:   https://anonhg.NetBSD.org/src/rev/d2d9abb50865
branches:  trunk
changeset: 520191:d2d9abb50865
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jan 04 14:28:05 2002 +0000

description:
need <errno.h> and <stdarg.h>

diffstat:

 tools/compat/err.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0eac92f6b295 -r d2d9abb50865 tools/compat/err.c
--- a/tools/compat/err.c        Fri Jan 04 14:11:50 2002 +0000
+++ b/tools/compat/err.c        Fri Jan 04 14:28:05 2002 +0000
@@ -1,4 +1,4 @@
-/*     $Id: err.c,v 1.1 2001/12/11 21:17:59 tv Exp $   */
+/*     $Id: err.c,v 1.2 2002/01/04 14:28:05 lukem Exp $        */
 
 /*
  * Copyright 1997-2000 Luke Mewburn <lukem%netbsd.org@localhost>.
@@ -34,6 +34,8 @@
 #endif
 
 #ifndef HAVE_ERRX
+#include <errno.h>
+#include <stdarg.h>
 #include <stdlib.h>
 
 void



Home | Main Index | Thread Index | Old Index