libsysprof-profile: fix includes for profiler

This commit is contained in:
Christian Hergert
2023-05-25 17:10:23 -07:00
parent 08aa970c7c
commit 7b83ff3f34

View File

@ -20,9 +20,14 @@
#pragma once
#include <gio/gio.h>
G_BEGIN_DECLS
#define SYSPROF_PROFILE_INSIDE
# include "sysprof-instrument.h"
# include "sysprof-profiler.h"
# include "sysprof-recording.h"
#undef SYSPROF_PROFILE_INSIDE
G_END_DECLS