tests: Add missing dependency on glib-2.0

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

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

Helps: #40
This commit is contained in:
Philip Withnall
2020-06-30 16:23:50 +01:00
parent 3eb0f3e964
commit d1a8dc40f5
10 changed files with 18 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#include <fcntl.h>
#include <glib.h>
#include <sysprof.h>
#include "sysprof-platform.h"