mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: fix includes for profiler
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user