Commit b4f8660e by Silas Sewell Committed by Daniel Lezcano

Add missing stat.h include to start.c

The patch fixes a build error on the devel version of Fedora. Signed-off-by: 's avatarSilas Sewell <silas@sewell.ch> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent c08556c6
......@@ -36,6 +36,7 @@
#include <sys/param.h>
#include <sys/file.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/prctl.h>
#include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment