summaryrefslogtreecommitdiff
blob: c50c7172f3c6fda65e90dd44f23a3321425b1426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- exec.c	2010-02-26 03:34:00.000000000 +0100
+++ exec.c.new	2010-04-03 15:31:53.000000000 +0200
@@ -22,6 +22,9 @@
 #else
 #include <sys/types.h>
 #include <sys/mman.h>
+#ifndef MADV_MERGEABLE
+#include <asm/mman.h>
+#endif
 #endif
 #include <stdlib.h>
 #include <stdio.h>