OpenBSD fixes for DtPrint and csa.

This commit is contained in:
Pascal Stumpf
2012-08-10 14:02:30 +02:00
committed by Jon Trulson
parent 8b67d1ccba
commit 3d5a492038
4 changed files with 8 additions and 2 deletions

View File

@@ -46,7 +46,11 @@
#endif
#include <stdlib.h>
#if defined(CSRG_BASED)
#define MAXINT INT_MAX
#else
#include <values.h>
#endif
#include <stdio.h>
#include <Xm/XmAll.h>
@@ -60,6 +64,7 @@
#include <Dt/PsubUtilI.h>
#include <Dt/PrintI.h>
/*
* ------------------------------------------------------------------------
* Constant Definitions