Description:
Firewall Builder is application which I am using for years. It happened that Firewall Builder doesn't exist in RHEL/CentOS 7 and compiling from sources ends with an error. For avoiding this problem you can use diff file or just download ready package.
--- ./src/libfwbuilder/src/fwbuilder/ThreadTools.h.original 2015-07-10 19:29:38.755634898 +0300
+++ ./src/libfwbuilder/src/fwbuilder/ThreadTools.h 2015-07-10 19:29:50.299852592 +0300
@@ -35,6 +35,9 @@
#include <string>
#include <queue>
+#include <stdio.h>
+#include <sys/types.h>
+
#include "fwbuilder/FWException.h"
namespace libfwbuilder