Source-Changes-HG archive

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

[src/trunk]: src/tools/compat need ctype.h



details:   https://anonhg.NetBSD.org/src/rev/7adae45742aa
branches:  trunk
changeset: 820316:7adae45742aa
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 07 02:55:19 2017 +0000

description:
need ctype.h

diffstat:

 tools/compat/compat_defs.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4419af3ee6b9 -r 7adae45742aa tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h        Sat Jan 07 02:52:04 2017 +0000
+++ b/tools/compat/compat_defs.h        Sat Jan 07 02:55:19 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_defs.h,v 1.105 2017/01/07 02:52:04 christos Exp $       */
+/*     $NetBSD: compat_defs.h,v 1.106 2017/01/07 02:55:19 christos Exp $       */
 
 #ifndef        __NETBSD_COMPAT_DEFS_H__
 #define        __NETBSD_COMPAT_DEFS_H__
@@ -42,6 +42,7 @@
 #include <fcntl.h>
 #include <limits.h>
 #include <paths.h>
+#include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>



Home | Main Index | Thread Index | Old Index