projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5e60f
)
include the right .h
author
Dana Jansens
<danakj@orodu.net>
Sat, 16 Nov 2002 10:51:47 +0000
(10:51 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 16 Nov 2002 10:51:47 +0000
(10:51 +0000)
src/main.cc
patch
|
blob
|
history
diff --git
a/src/main.cc
b/src/main.cc
index 6b131b92078c681389cd6689eb07d0737928ab34..5b6c7885d66a8e15ae1d1bb55aac8acacc5890d9 100644
(file)
--- a/
src/main.cc
+++ b/
src/main.cc
@@
-9,6
+9,10
@@
#endif // HAVE_CONFIG_H
extern "C" {
+#ifdef HAVE_LOCALE_H
+# include <locale.h>
+#endif // HAVE_LOCALE_H
+
#include "gettext.h"
}