summaryrefslogtreecommitdiffstats
path: root/loader/method.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-01-12 10:57:32 -0500
committerChris Lumens <clumens@redhat.com>2010-01-12 10:57:32 -0500
commitbe69b3f8133eeabfab677e98ac577add8d435cd7 (patch)
tree78123bdd0e060042400c72392970b4143080371e /loader/method.c
parent5be22d8864f3a6dd056997afc8da6cc22fff4fcd (diff)
Fix implicit declaration of things in sys/stat.h.
Diffstat (limited to 'loader/method.c')
-rw-r--r--loader/method.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/method.c b/loader/method.c
index 3330c2412..5f3a7cef9 100644
--- a/loader/method.c
+++ b/loader/method.c
@@ -33,6 +33,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mount.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <libgen.h>