From fb0c44a8e62de7cf06a1ad0c025ac7ecb39cad27 Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Tue, 13 Aug 2019 10:14:32 -0400 Subject: Support for recent GCC compiler This is required for instance on gcc (GCC) 8.2.1 20180905 Signed-off-by: Xavier Simonart Change-Id: Id86de5d39d77c5cbf168cc51434f436f84376a4c --- VNFs/DPPD-PROX/quit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/quit.h') diff --git a/VNFs/DPPD-PROX/quit.h b/VNFs/DPPD-PROX/quit.h index a01c0a02..d0bf8b95 100644 --- a/VNFs/DPPD-PROX/quit.h +++ b/VNFs/DPPD-PROX/quit.h @@ -25,6 +25,7 @@ #include "display.h" #include "prox_cfg.h" +#include "log.h" /* PROX_PANIC for checks that are possibly hit due to configuration or when feature is not implemented. */ -- cgit 1.2.3-korg