Merge branch 'fix-build' into 'master'

sysprof: include locale.h

See merge request GNOME/sysprof!13
This commit is contained in:
Christian Hergert
2019-07-17 22:06:18 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "config.h"
#include <locale.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <sysprof.h>

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>