* Fix a compiling issue with NLS enabled.

This commit is contained in:
Justin Maggard 2012-03-20 02:15:20 +00:00
parent 0b8a6c6443
commit 252bc00cad

View File

@ -69,6 +69,7 @@
#include "config.h"
#ifdef ENABLE_NLS
#include <locale.h>
#include <libintl.h>
#endif