You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-burn/files/vdr-burn-0.2.2-missing-incl...

14 lines
257 B

http://bugs.gentoo.org/425596
--- proctools/process.cc
+++ proctools/process.cc
@@ -8,6 +8,8 @@
#include <cerrno>
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/time.h>
+#include <sys/resource.h>
#include <unistd.h>
namespace proctools