Merge branch 'jl/errno' into 'master'

include <errno.h> where necessary

See merge request GNOME/sysprof!35
This commit is contained in:
Christian Hergert
2020-08-10 21:13:22 +00:00
11 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "config.h"
#include <errno.h>
#include <gio/gunixfdlist.h>
#include <sysprof.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <glib/gi18n.h>
#include <locale.h>
#include <stddef.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <glib/gi18n.h>
#include <locale.h>
#include <stdlib.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <glib.h>
#include <stddef.h>
#include <rax.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <glib.h>
#include <sysprof-capture.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <glib/gi18n.h>
#include <locale.h>
#include <stddef.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <cairo.h>
#include <glib.h>
#include <stddef.h>

View File

@ -1,3 +1,4 @@
#include <errno.h>
#include <fcntl.h>
#include <glib.h>
#include <sysprof.h>

View File

@ -1,3 +1,4 @@
#include <errno.h>
#include <fcntl.h>
#include <glib.h>
#include <sysprof.h>

View File

@ -1,3 +1,4 @@
#include <errno.h>
#include <glib.h>
#include <sysprof.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
#include <glib.h>
#include <stdio.h>
#include <stdlib.h>