diff options
Diffstat (limited to 'src/locale/pleval.h')
-rw-r--r-- | src/locale/pleval.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/locale/pleval.h b/src/locale/pleval.h index 398d1b98..cc515f42 100644 --- a/src/locale/pleval.h +++ b/src/locale/pleval.h @@ -1,6 +1,8 @@ #ifndef PLEVAL_H #define PLEVAL_H -unsigned long __pleval(const char *, unsigned long); +#include <features.h> + +hidden unsigned long __pleval(const char *, unsigned long); #endif |