File bayonne2-rlimit.patch of Package bayonne2
--- server/methods.cpp +++ server/methods.cpp 2012-09-10 10:49:37.432441642 +0000 @@ -15,6 +15,8 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "server.h" +#include <sys/time.h> +#include <sys/resource.h> #ifndef WIN32 #include <sys/wait.h> #endif