Ensure include of sys/stat.h #29

Merged
SlavekB merged 1 commits from feat/ensure-include-sys-stat-h into master 5 years ago

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