diff options
Diffstat (limited to 'lib/ephy-langs.c')
-rw-r--r-- | lib/ephy-langs.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c index 31914e7bc..533877ce8 100644 --- a/lib/ephy-langs.c +++ b/lib/ephy-langs.c @@ -15,7 +15,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ephy-langs.h" #include <bonobo/bonobo-i18n.h> |