From 866b6c5e3766f65719f730ac4dac11b221a6692a Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Thu, 25 Jun 2020 10:46:46 +0200 Subject: #988 add json configuration file New configuration file at /opt/opengnsys/cfg/ogserver.json --- sources/rest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/rest.c') diff --git a/sources/rest.c b/sources/rest.c index b39e35a..097cbf8 100644 --- a/sources/rest.c +++ b/sources/rest.c @@ -11,6 +11,7 @@ #include "utils.h" #include "list.h" #include "rest.h" +#include "cfg.h" #include "schedule.h" #include #include -- cgit v1.2.3-18-g5258