collector: add missing config.h include

This was causing symbols to not be exported when used within libsysprof.
This commit is contained in:
Christian Hergert
2020-08-21 13:45:50 -07:00
parent 0a529b7670
commit 9ce6353ea4

View File

@ -54,6 +54,8 @@
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
#include "config.h"
#include <assert.h>
#include <errno.h>
#include <poll.h>