File ehs-gcc-43.patch of Package ehs
--- ehs-1.3.1/datum.cpp.orig 2008-07-24 21:30:07.000000000 +0200 +++ ehs-1.3.1/datum.cpp 2008-07-24 21:31:06.000000000 +0200 @@ -1,6 +1,8 @@ #include "datum.h" #include <stdio.h> +#include <stdlib.h> +#include <string.h> #ifdef _WIN32 #define strcasecmp stricmp --- ehs-1.3.1/httpresponse.cpp.orig 2008-07-24 21:34:45.000000000 +0200 +++ ehs-1.3.1/httpresponse.cpp 2008-07-24 21:35:04.000000000 +0200 @@ -1,6 +1,6 @@ #include "httpresponse.h" - +#include <string.h>