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>
(cherry picked from commit dc4a0dd776)
pull/182/head
OBATA Akio 5 years ago committed by Slávek Banko
parent b3f41d271f
commit 4e78f809c5
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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>

Loading…
Cancel
Save