From 9ce6353ea42c4ebc94c0c6a1db8a2a0e852b081f Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 21 Aug 2020 13:45:50 -0700 Subject: [PATCH] collector: add missing config.h include This was causing symbols to not be exported when used within libsysprof. --- src/libsysprof-capture/sysprof-collector.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libsysprof-capture/sysprof-collector.c b/src/libsysprof-capture/sysprof-collector.c index 3476d8bd..803aa02e 100644 --- a/src/libsysprof-capture/sysprof-collector.c +++ b/src/libsysprof-capture/sysprof-collector.c @@ -54,6 +54,8 @@ * SPDX-License-Identifier: BSD-2-Clause-Patent */ +#include "config.h" + #include #include #include