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/badfc6192424
branches: trunk
changeset: 350174:badfc6192424
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 2a6c071374ec -r badfc6192424 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