mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof-profile: fix includes for profiler
This commit is contained in:
@ -20,9 +20,14 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <gio/gio.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define SYSPROF_PROFILE_INSIDE
|
#define SYSPROF_PROFILE_INSIDE
|
||||||
|
# include "sysprof-instrument.h"
|
||||||
|
# include "sysprof-profiler.h"
|
||||||
|
# include "sysprof-recording.h"
|
||||||
#undef SYSPROF_PROFILE_INSIDE
|
#undef SYSPROF_PROFILE_INSIDE
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user