OpenBSD patches for dtcalc, dtdocbook, dthelp and dtimsstart.

This commit is contained in:
Pascal Stumpf
2012-08-11 13:38:22 +02:00
committed by Jon Trulson
parent b17e52a269
commit 3e4517dc2a
11 changed files with 30 additions and 15 deletions

View File

@@ -44,7 +44,7 @@
#endif
#include <ctype.h>
#if defined(hpux) || defined(_AIX) || defined(sun) || defined(USL) || defined(__uxp__) || defined(linux)
#if defined(hpux) || defined(_AIX) || defined(sun) || defined(USL) || defined(__uxp__) || defined(linux) || defined(CSRG_BASED)
#include <unistd.h>
#include <locale.h>
#include <fcntl.h>

View File

@@ -26,6 +26,8 @@
*/
#include "basic.h"
#include "trie.h"
#include "cont.h"
/* compare two wide character strings */