OpenBSD fixes for DtWidget, dtaction, dtappbuilder.

This commit is contained in:
Pascal Stumpf
2012-08-10 14:35:23 +02:00
committed by Jon Trulson
parent 8bbf5a7a1b
commit 3718075b7c
10 changed files with 21 additions and 5 deletions

View File

@@ -47,7 +47,9 @@
#define _ABOBJ_P_H_
#if !defined(CSRG_BASED)
#include <values.h>
#endif
#include <ab_private/abobj.h>
#include <ab_private/abobj_set.h>

View File

@@ -49,7 +49,9 @@
***********************************************************************
*/
#include <stdio.h>
#if !defined(CSRG_BASED)
#include <values.h>
#endif
#include <Xm/Xm.h>
#include <Xm/List.h>
#include <Dt/SpinBox.h>

View File

@@ -86,6 +86,10 @@
#include "dtbuilder.h"
#include "revolv_ui.h"
#if defined(CSRG_BASED)
#define MAXINT INT_MAX
#endif
char *LabelForString = NULL;
char *LabelForGraphic = NULL;
char *NoneItem = NULL;

View File

@@ -47,7 +47,9 @@
#define _PROPS_H_
#include <X11/Intrinsic.h>
#if !defined(CSRG_BASED)
#include <values.h>
#endif
#include <limits.h>
#include <ab_private/obj.h>
#include <ab_private/pal.h>

View File

@@ -48,7 +48,9 @@
#define _PROPP_H_
#include <X11/Intrinsic.h>
#if !defined(CSRG_BASED)
#include <values.h>
#endif
#include <ab_private/obj.h>
#include <ab_private/pal.h>
#include <ab_private/abobj_edit.h>