1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

config: make using config_helper work also when libconfig was found

This commit is contained in:
Niklas Eiling 2018-10-24 10:19:39 -04:00
parent f588e4419d
commit 306ef4be33
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@
#include <villas/plugin.h>
#include <villas/memory.h>
#include <villas/config.h>
#include <villas/config_helper.h>
#include <villas/kernel/rt.h>

View file

@ -25,6 +25,7 @@
#include <jansson.h>
#include <libconfig.h>
#include <villas/config.h>
#include <villas/config_helper.h>
#include <villas/utils.h>