blob: d4debe66749f1af2681ca8d3efbaa9f6eb88a28f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- msync.c.orig Sat Aug 6 16:14:27 2005
+++ msync.c Sat Aug 6 16:14:45 2005
@@ -7,6 +7,7 @@
#pragma ident "@(#)msync.c 1.1 05/08/04 SMI"
#endif
+#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include <stdlib.h>
|