diff options
Diffstat (limited to 'openbsd-compat/xmmap.c')
-rw-r--r-- | openbsd-compat/xmmap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index 6a1708e5d..95d5055b5 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | /* $Id: xmmap.c,v 1.10 2006/07/25 09:52:08 dtucker Exp $ */ | 26 | /* $Id: xmmap.c,v 1.11 2006/08/05 05:47:27 dtucker Exp $ */ |
27 | 27 | ||
28 | #include "includes.h" | 28 | #include "includes.h" |
29 | 29 | ||
@@ -32,11 +32,12 @@ | |||
32 | #include <sys/mman.h> | 32 | #include <sys/mman.h> |
33 | #endif | 33 | #endif |
34 | #include <sys/stat.h> | 34 | #include <sys/stat.h> |
35 | |||
35 | #ifdef HAVE_FCNTL_H | 36 | #ifdef HAVE_FCNTL_H |
36 | # include <fcntl.h> | 37 | # include <fcntl.h> |
37 | #endif | 38 | #endif |
38 | |||
39 | #include <errno.h> | 39 | #include <errno.h> |
40 | #include <stdarg.h> | ||
40 | #include <string.h> | 41 | #include <string.h> |
41 | #include <unistd.h> | 42 | #include <unistd.h> |
42 | 43 | ||