The BIG COMMIT(tm)
[supertux.git] / lib / app / gettext.h
index c9b81e3..4eb1085 100644 (file)
@@ -32,6 +32,8 @@
 
 /* Get declarations of GNU message catalog functions.  */
 #include <libintl.h>
+// needed for LC_ALL constant
+#include <locale.h>
 
 #else