chiark / gitweb /
work around busted capability.h
[elogind.git] / src / execute.h
index 31cce5d7d289bf401158b2e5a1b5387ac891e4e0..b612145027e1c2c69c771aa390fb54ac2d36316b 100644 (file)
@@ -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>