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:
parent
f588e4419d
commit
306ef4be33
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <jansson.h>
|
||||
#include <libconfig.h>
|
||||
|
||||
#include <villas/config.h>
|
||||
#include <villas/config_helper.h>
|
||||
#include <villas/utils.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue