libsysprof: Add missing preload dependencies on glib-2.0

It has previously been implicitly pulled in by libsysprof-capture, but
that will change in future.

Correspondingly, add some missing `glib.h` includes.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
This commit is contained in:
Philip Withnall
2020-06-30 16:24:54 +01:00
parent d1a8dc40f5
commit 4b6855a2ab
7 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,7 @@
# error "Only <sysprof.h> can be included directly."
#endif
#include <glib.h>
#include <gio/gio.h>
#include <sysprof-capture.h>