浏览代码

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

Manuel Novoa III 21 年之前
父节点
当前提交
48e1bf2f56
共有 1 个文件被更改,包括 2 次插入0 次删除
  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