2015-12-19 11:28:44 +01:00
|
|
|
Index: fwts-15.12.00/src/lib/include/fwts_json.h
|
2015-04-06 12:15:52 +02:00
|
|
|
===================================================================
|
2015-12-19 11:28:44 +01:00
|
|
|
--- fwts-15.12.00.orig/src/lib/include/fwts_json.h
|
|
|
|
+++ fwts-15.12.00/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-12-19 11:28:44 +01:00
|
|
|
Index: fwts-15.12.00/src/utilities/kernelscan.c
|
2015-04-06 12:15:52 +02:00
|
|
|
===================================================================
|
2015-12-19 11:28:44 +01:00
|
|
|
--- fwts-15.12.00.orig/src/utilities/kernelscan.c
|
|
|
|
+++ fwts-15.12.00/src/utilities/kernelscan.c
|
2015-04-06 12:15:52 +02:00
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#include <unistd.h>
|
2015-12-19 11:28:44 +01:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <regex.h>
|
2015-04-06 12:15:52 +02:00
|
|
|
-#include <json.h>
|
|
|
|
+#include <json-c/json.h>
|
2015-12-19 11:28:44 +01:00
|
|
|
|
2015-04-06 12:15:52 +02:00
|
|
|
#include "config.h"
|
|
|
|
|