Ensure include of sys/stat.h

It is required for mkdir(2), chmod(2) and mkfifo(2).

Signed-off-by: OBATA Akio <obache@wizdas.com>
feat/fix-suspend-code
OBATA Akio 5 年前 提交者 TDE Gitea
父节点 6326fec9f1
当前提交 dc4a0dd776

@ -41,6 +41,7 @@ from the copyright holder.
#include <string.h>
#include <signal.h>
#include <pwd.h>
#include <sys/stat.h>
#ifdef __linux__
#include <linux/vt.h>

正在加载...
取消
保存