Changes of Revision 16
[-] [+] | Changed | fwbuilder-includes.diff |
@@ -42,3 +42,14 @@ using namespace libfwbuilder; using namespace fwcompiler; using namespace std; +--- ./src/pix/NATCompiler_pix.cpp.orig 2008-05-15 09:04:39.000000000 +0200 ++++ ./src/pix/NATCompiler_pix.cpp 2008-05-15 09:04:52.000000000 +0200 +@@ -45,7 +45,7 @@ + #include <functional> + #include <iostream> + #include <assert.h> +- ++#include <string.h> + using namespace libfwbuilder; + using namespace fwcompiler; + using namespace std; |