summaryrefslogtreecommitdiff
path: root/media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff
blob: c3c335c2663b33d9425383207210cac19884ecc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Add missing includes for ressource limits.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>

--- main.cpp
+++ main.cpp
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #include <time.h>
+#include <sys/resource.h>
 #include <sys/wait.h>
 #include <signal.h>
 #include <execinfo.h>