include the right .h

This commit is contained in:
Dana Jansens 2002-11-16 10:51:47 +00:00
parent 6f5e60f033
commit cd91abfd7c

View 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"
}