aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-15 10:52:16 (GMT)
committerfluxgen <fluxgen>2002-08-15 10:52:16 (GMT)
commit1660aeb26881e5ccabcf216736c560af25186273 (patch)
tree061b12e357c4b68e475b985bbba725a3ae4bb289 /src
parent7cb7a7156118c4b3ccda5bc277244204768bb38b (diff)
downloadfluxbox-1660aeb26881e5ccabcf216736c560af25186273.zip
fluxbox-1660aeb26881e5ccabcf216736c560af25186273.tar.bz2
fixed include config.h
Diffstat (limited to 'src')
-rw-r--r--src/i18n.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n.hh b/src/i18n.hh
index 6daaddf..5e6bfa4 100644
--- a/src/i18n.hh
+++ b/src/i18n.hh
@@ -22,13 +22,17 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: i18n.hh,v 1.8 2002/05/24 13:24:02 fluxgen Exp $ 25// $Id: i18n.hh,v 1.9 2002/08/15 10:52:16 fluxgen Exp $
26 26
27#ifndef I18N_HH 27#ifndef I18N_HH
28#define I18N_HH 28#define I18N_HH
29 29
30#include "../nls/blackbox-nls.hh" 30#include "../nls/blackbox-nls.hh"
31 31
32#ifdef HAVE_CONFIG_H
33#include "../config.h"
34#endif // HAVE_CONFIG_H
35
32#ifdef HAVE_LOCALE_H 36#ifdef HAVE_LOCALE_H
33# include <locale.h> 37# include <locale.h>
34#endif // HAVE_LOCALE_H 38#endif // HAVE_LOCALE_H