diff options
| author | joerg <joerg@NetBSD.org> | 2013-04-28 19:39:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-04-28 19:39:56 +0000 |
| commit | c9fe400b00cb42e21ad4da4b22229c24b54fb2b8 (patch) | |
| tree | d5b233cad6caa19ac050d81eb588c5c21b665ecf /include | |
| parent | a969a2d64fa69345dbe5fca33b2817db8455247d (diff) | |
Include at least ctype_bits.h, even when not providing the macros.
Diffstat (limited to 'include')
| -rw-r--r-- | include/ctype.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ctype.h b/include/ctype.h index 0679ae8a518..cf5c18d70c0 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -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_ */ |
