2015-04-22 12:41:07 +02:00
|
|
|
Index: fwts-15.03.01/src/lib/include/fwts_json.h
|
2015-04-06 12:15:52 +02:00
|
|
|
===================================================================
|
2015-04-22 12:41:07 +02:00
|
|
|
--- fwts-15.03.01.orig/src/lib/include/fwts_json.h
|
|
|
|
+++ fwts-15.03.01/src/lib/include/fwts_json.h
|
2015-04-06 12:15:52 +02:00
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
#ifndef __FWTS_JSON_H__
|
|
|
|
#define __FWTS_JSON_H__
|
|
|
|
|
|
|
|
-#include <json.h>
|
|
|
|
+#include <json-c/json.h>
|
|
|
|
|
|
|
|
#define __FWTS_JSON_ERR_PTR__ ((json_object*) -1)
|
|
|
|
/*
|
2015-04-22 12:41:07 +02:00
|
|
|
Index: fwts-15.03.01/src/utilities/kernelscan.c
|
2015-04-06 12:15:52 +02:00
|
|
|
===================================================================
|
2015-04-22 12:41:07 +02:00
|
|
|
--- fwts-15.03.01.orig/src/utilities/kernelscan.c
|
|
|
|
+++ fwts-15.03.01/src/utilities/kernelscan.c
|
2015-04-06 12:15:52 +02:00
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#include <unistd.h>
|
|
|
|
|
|
|
|
#include <pcre.h>
|
|
|
|
-#include <json.h>
|
|
|
|
+#include <json-c/json.h>
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#define PARSER_OK 0
|