Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/benchmarks/libmicro/files/patch-mmap.c
16461 views
1
--- mmap.c.orig 2011-05-11 00:58:23 UTC
2
+++ mmap.c
3
@@ -28,6 +28,7 @@
4
* Use is subject to license terms.
5
*/
6
7
+#include <sys/types.h>
8
#include <sys/mman.h>
9
#include <unistd.h>
10
#include <stdlib.h>
11
12