commit 9f0c454febc9b2fc4d1f916276ffae1ede4006a3 parent 23d2eabfe76d7dcb1b9ab28fcca967592ed6e53d Author: sin <sin@2f30.org> Date: Fri, 23 Mar 2018 12:04:07 +0000 Forgot sys/stat.h Diffstat:
M | pexec.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pexec.c b/pexec.c @@ -22,6 +22,7 @@ * This is true cloud computing! */ +#include <sys/stat.h> #include <sys/syscall.h> #include <err.h> #include <stdio.h>