diff options
Diffstat (limited to 'dselect/main.cc')
-rw-r--r-- | dselect/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc index 372a16d..9726c52 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -28,7 +28,7 @@ #include <errno.h> #include <limits.h> -#if HAVE_LOCALE_H +#ifdef HAVE_LOCALE_H #include <locale.h> #endif #include <ctype.h> |