diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-21 18:28:02 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2006-08-21 18:28:02 +0000 |
commit | 09cc2e4029b6e1601a44a05688449b9834918fae (patch) | |
tree | 2b2fc11bd645574f4759c695d495240a9754a0f9 /modules/mbchar | |
parent | 2d6448aec5be8249f9ee65892e04c695872fbc0b (diff) | |
download | gnulib-09cc2e4029b6e1601a44a05688449b9834918fae.tar.gz |
Portability to BeOS.
Diffstat (limited to 'modules/mbchar')
-rw-r--r-- | modules/mbchar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mbchar b/modules/mbchar index c430361448..13b9e41f7b 100644 --- a/modules/mbchar +++ b/modules/mbchar @@ -17,7 +17,7 @@ Makefile.am: lib_SOURCES += mbchar.h Include: -#if HAVE_WCHAR_H && HAVE_WCTYPE_H +#if HAVE_WCHAR_H #include "mbchar.h" #endif |