From ec67106a4dafb47a06e52870d5fa587b9241d2eb Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 13 Feb 2020 18:54:42 -0800 Subject: [PATCH] libsysprof-capture: add missing platform header --- src/libsysprof-capture/sysprof-capture.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsysprof-capture/sysprof-capture.h b/src/libsysprof-capture/sysprof-capture.h index 1d185863..fc14950b 100644 --- a/src/libsysprof-capture/sysprof-capture.h +++ b/src/libsysprof-capture/sysprof-capture.h @@ -68,6 +68,7 @@ G_BEGIN_DECLS # include "sysprof-capture-reader.h" # include "sysprof-capture-writer.h" # include "sysprof-clock.h" +# include "sysprof-platform.h" # include "sysprof-version.h" # include "sysprof-version-macros.h"