You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
331 B

Index: global.h
--- global.h.orig 2003-11-24 23:50:23.000000000 +0100
+++ global.h 2003-11-25 17:38:30.000000000 +0100
@@ -7,8 +7,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/mman.h>
#include <sys/types.h>
+#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>