commit 45cf7e58579237078acd46c5e3139269e1105f66 parent b8badd7aa651af9ba23714f12c8fc68c2c4bdcdf Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Thu, 13 Jul 2017 14:42:02 +0200 fix missing include for chmod(2) Diffstat:
sacc.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sacc.c b/sacc.c @@ -14,6 +14,7 @@ #endif #include <unistd.h> #include <sys/socket.h> +#include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h>