add locale.h

This commit is contained in:
IgnorantGuru 2012-08-03 13:58:28 -06:00
parent a9b35e18aa
commit e2f402685e

View File

@ -14,6 +14,9 @@
#endif
#include <time.h>
// locale
#include <locale.h>
// glib
#include <glib.h>
#include <glib/gstdio.h>