sysprof: include locale.h

setlocale and LC_ALL requires this
This commit is contained in:
Mohammed Sadiq
2019-07-17 14:59:39 +05:30
parent 1c1301c0ba
commit 6987888349
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <fcntl.h>
#include <locale.h>
#include <glib-unix.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>