File fixes-for-GCC43.patch of Package pstoedit
--- src/cppcomp.h.orig 2007-07-22 13:27:40.000000000 +0200 +++ src/cppcomp.h 2008-09-10 09:19:21.000000000 +0200 @@ -22,6 +22,10 @@ */ +#include <cstring> +#include <cstdlib> + + #ifdef _MSC_VER # ifndef DLLEXPORT # define DLLEXPORT __declspec( dllexport )