Parcourir la source

Always include locale.h, which was included by libintl.h only when
optimizing.

Manuel Novoa III il y a 22 ans
Parent
commit
48e1bf2f56
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      libc/misc/gnu/obstack.c

+ 2 - 0
libc/misc/gnu/obstack.c

@@ -21,6 +21,8 @@
 /* Make uClibc lie about being glibc. */
 #define __FORCE_GLIBC 1
 
+#include <locale.h>
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif