From 179ce4ca96b8b7a411e8db8d130b59ea8d68091d Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 16 Apr 2020 23:08:00 +0200 Subject: include `unistd.h` after `sys/stat.h` --- src/blogc-git-receiver/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blogc-git-receiver/shell.c') diff --git a/src/blogc-git-receiver/shell.c b/src/blogc-git-receiver/shell.c index a460ac2..4f63621 100644 --- a/src/blogc-git-receiver/shell.c +++ b/src/blogc-git-receiver/shell.c @@ -10,9 +10,9 @@ #include #include #include +#include #include #include -#include #include "../common/utils.h" #include "settings.h" #include "shell-command-parser.h" -- cgit v1.2.3-18-g5258