]> Dogcows Code - chaz/openbox/blobdiff - src/main.cc
it compiles.. does it work?
[chaz/openbox] / src / main.cc
index 6b131b92078c681389cd6689eb07d0737928ab34..1d6ce0b1e3e4360792517fb3c5f201484726c14c 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"
 }
 
@@ -26,7 +30,7 @@ int main(int argc, char **argv) {
 
   ob::Openbox openbox(argc, argv);
   //ob::Blackbox blackbox(argc, argv, 0);
-  
+
   //Blackbox blackbox(argv, session_display, rc_file);
   openbox.eventLoop();
 
This page took 0.020364 seconds and 4 git commands to generate.