Description: Add missing include to fix FTBFS with eglibc 2.17
Author: Sebastian Ramacher <sramacher@debian.org>
Bug-Debian: http://bugs.debian.org/701445
Last-Update: 2013-07-05

--- xcp-vncterm-0.1.orig/main.c
+++ xcp-vncterm-0.1/main.c
@@ -24,6 +24,7 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/prctl.h>
+#include <sys/resource.h>
 
 #include <locale.h>
 
