blob: 0ab4125851be1e86badeeba0cc3ee3b164e33a16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- lib/fusion/call.c.orig 2012-05-23 13:43:12 UTC
+++ lib/fusion/call.c
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
+#include <sys/stat.h>
#include <fusion/build.h>
|