blob: 58d244fdcfbe27fc51242689c266f263976f4c65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git daemon/loader.c daemon/loader.c
index 777d7cb..d7b8a21 100644
--- a/daemon/loader.c
+++ b/daemon/loader.c
@@ -34,6 +34,8 @@
#include <fcntl.h>
#include <pty.h> /* forkpty() */
#include <sys/wait.h>
+#include <sys/time.h>
+#include <sys/resource.h>
#include "loader.h"
#include "../proxies/conf_proxy.h"
|