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

tests: add missing includes

This commit is contained in:
Steffen Vogel 2017-08-23 15:45:15 +02:00
parent 5ec67e3134
commit ba27640ad0
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <libconfig.h>
#include "utils.h"
#include "config_helper.h"
const char *cfg_example = "test : \n"
"{\n"

View file

@ -25,6 +25,7 @@
#include <criterion/parameterized.h>
#include "utils.h"
#include "config_helper.h"
struct param {
const char *desc;