Link Here
|
1 |
--- src/indexdb.c.orig Sat Mar 4 10:19:53 2006 |
2 |
+++ src/indexdb.c Fri Sep 29 11:12:55 2006 |
3 |
@@ -22,13 +22,13 @@ |
4 |
#include <stdlib.h> |
5 |
#include <string.h> /* For memset */ |
6 |
#include <ctype.h> /* For toupper */ |
7 |
-#include <sys/mman.h> /* For munmap */ |
8 |
#ifdef HAVE_UNISTD_H |
9 |
#include <unistd.h> /* For lseek and close */ |
10 |
#endif |
11 |
#ifdef HAVE_SYS_TYPES_H |
12 |
#include <sys/types.h> /* For off_t */ |
13 |
#endif |
14 |
+#include <sys/mman.h> /* For munmap */ |
15 |
|
16 |
#include "mem.h" |
17 |
#include "fopen.h" |