Fix broken build on OpenBSD

This commit is contained in:
Ulrich Wilkens
2015-05-09 00:48:08 +02:00
committed by Jon Trulson
parent 2b8b5f25b5
commit 8b38d9ea49
26 changed files with 26 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <stdint.h>
#include <string.h>
#include <X11/Intrinsic.h>

View File

@@ -94,6 +94,7 @@ Author: Bart Smaalders 1/89
#include "DtHash.h"
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
static int hash_string(const unsigned char * s, int modulo);

View File

@@ -48,6 +48,7 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <ctype.h>
#include <sys/mman.h>
#include <stdio.h>

View File

@@ -37,6 +37,7 @@
#include <ctype.h>
#include <string.h>
#include <stdint.h>
#ifdef NLS16
#include <limits.h>