diff options
-rw-r--r-- | src/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h index 31cce5d7d2..b612145027 100644 --- a/src/execute.h +++ b/src/execute.h @@ -26,6 +26,7 @@ typedef struct ExecStatus ExecStatus; typedef struct ExecCommand ExecCommand; typedef struct ExecContext ExecContext; +#include <linux/types.h> #include <sys/time.h> #include <sys/resource.h> #include <sys/capability.h> |