include the right .h
This commit is contained in:
parent
6f5e60f033
commit
cd91abfd7c
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
#endif // HAVE_CONFIG_H
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#ifdef HAVE_LOCALE_H
|
||||||
|
# include <locale.h>
|
||||||
|
#endif // HAVE_LOCALE_H
|
||||||
|
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue