]> Dogcows Code - chaz/openbox/commitdiff
include the right .h
authorDana Jansens <danakj@orodu.net>
Sat, 16 Nov 2002 10:51:47 +0000 (10:51 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 16 Nov 2002 10:51:47 +0000 (10:51 +0000)
src/main.cc

index 6b131b92078c681389cd6689eb07d0737928ab34..5b6c7885d66a8e15ae1d1bb55aac8acacc5890d9 100644 (file)
@@ -9,6 +9,10 @@
 #endif // HAVE_CONFIG_H
 
 extern "C" {
+#ifdef    HAVE_LOCALE_H
+# include <locale.h>
+#endif // HAVE_LOCALE_H
+
 #include "gettext.h"
 }
 
This page took 0.021427 seconds and 4 git commands to generate.