summaryrefslogtreecommitdiff
blob: 1f1bedc5e0fa6ad7ab41c0c05e5c1800aa3e6b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
fix missing fstat64() prototype

--- a/shm.c
+++ b/shm.c
@@ -25,6 +25,7 @@
 #include <sys/ipc.h>
 #include <sys/shm.h>
 #include <sys/fcntl.h>
+#include <sys/stat.h>
 #include <stdarg.h>
 #include <errno.h>
 #include <unistd.h>