diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-06-12 21:07:59 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2018-06-12 21:08:10 +0530 |
commit | ca5ac3a8b9b3c148ce783749c0243da3ecbdfe98 (patch) | |
tree | 4f0ec59a0b1a2a611c4c796980c5fdbb82db132b /VNFs/vFW/pipeline/pipeline_vfw.h | |
parent | a9d9979b1f5b7435552ae884da69220a42b81f81 (diff) |
Adding support for Ubuntu 17.10...
Change-Id: I9a9da79cb4ccb245ccb38b50b561da51a40a359d
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'VNFs/vFW/pipeline/pipeline_vfw.h')
-rw-r--r-- | VNFs/vFW/pipeline/pipeline_vfw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/vFW/pipeline/pipeline_vfw.h b/VNFs/vFW/pipeline/pipeline_vfw.h index 96e7ad33..7cfc95c3 100644 --- a/VNFs/vFW/pipeline/pipeline_vfw.h +++ b/VNFs/vFW/pipeline/pipeline_vfw.h @@ -31,7 +31,7 @@ #include "pipeline_vfw_be.h" #include <civetweb.h> -#include <json/json.h> +#include <json-c/json.h> /* VFW IPV4 and IPV6 enable flags for debugging (Default both on) */ extern int vfw_ipv4_enabled; |