Changes of Revision 14
[-] [+] | Changed | fwbuilder-includes.diff |
@@ -20,3 +20,14 @@ #include "PolicyCompiler_ipt.h" #include "OSConfigurator_linux24.h" +--- ./src/ipt/NATCompiler_ipt.cpp.orig 2008-05-15 08:12:08.000000000 +0200 ++++ ./src/ipt/NATCompiler_ipt.cpp 2008-05-15 08:12:39.000000000 +0200 +@@ -56,7 +56,7 @@ + + #include <assert.h> + #include <ctype.h> +- ++#include <string.h> + using namespace libfwbuilder; + using namespace fwcompiler; + using namespace std; |