kill a few more warnings in DtPrint

This commit is contained in:
Pascal Stumpf
2013-07-22 14:31:46 +02:00
committed by Jon Trulson
parent 387ae5bdab
commit 0c165f56f5
4 changed files with 18 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
#undef MAXINT
#endif
#include <ctype.h>
#include <stdlib.h>
#if defined(CSRG_BASED)
#define MAXINT INT_MAX
@@ -58,6 +59,7 @@
#include <Xm/RowColumnP.h>
#include <Xm/TraitP.h>
#include <Xm/TakesDefT.h>
#include <Xm/XmPrivate.h>
#include <Dt/PrintSetupBP.h>
#include <Dt/PsubDefProcI.h>