Module Name:    src
Committed By:   joerg
Date:           Sun Apr 28 19:39:56 UTC 2013

Modified Files:
        src/include: ctype.h

Log Message:
Include at least ctype_bits.h, even when not providing the macros.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/include/ctype.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/ctype.h
diff -u src/include/ctype.h:1.33 src/include/ctype.h:1.34
--- src/include/ctype.h:1.33	Fri Apr 26 17:35:52 2013
+++ src/include/ctype.h	Sun Apr 28 19:39:56 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: ctype.h,v 1.33 2013/04/26 17:35:52 joerg Exp $	*/
+/*	$NetBSD: ctype.h,v 1.34 2013/04/28 19:39:56 joerg Exp $	*/
 
 /*
  * Copyright (c) 1989 The Regents of the University of California.
@@ -95,6 +95,8 @@ __END_DECLS
 #if defined(_NETBSD_SOURCE) && !defined(_CTYPE_NOINLINE) && \
     !defined(__cplusplus)
 #include <sys/ctype_inline.h>
+#else
+#include <sys/ctype_bits.h>
 #endif
 
 #endif /* !_CTYPE_H_ */

Reply via email to