diff options
Diffstat (limited to 'src/include/tsearch/ts_locale.h')
| -rw-r--r-- | src/include/tsearch/ts_locale.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/tsearch/ts_locale.h b/src/include/tsearch/ts_locale.h index 17536babfe..cc4bd9ab20 100644 --- a/src/include/tsearch/ts_locale.h +++ b/src/include/tsearch/ts_locale.h @@ -20,11 +20,9 @@ /* * towlower() and friends should be in <wctype.h>, but some pre-C99 systems - * declare them in <wchar.h>. + * declare them in <wchar.h>, so include that too. */ -#ifdef HAVE_WCHAR_H #include <wchar.h> -#endif #ifdef HAVE_WCTYPE_H #include <wctype.h> #endif |
