From 0f0912e6442b71ed549b625bfc694581787da97e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Oct 1999 07:21:16 +0000 Subject: Add support for large files, plus some locale improvements. * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c, xrdb-cpp.c, xrdb.c: Include before any system include files. * lwlib-Xm.c, lwlib.c: Do not include or , as does this. --- lwlib/lwlib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lwlib/lwlib.c') diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index f2e564137fe..1f114059778 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA. */ #undef __STRICT_BSD__ /* ick */ #endif +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -29,10 +33,6 @@ Boston, MA 02111-1307, USA. */ #include "lwlib-utils.h" #include -#ifdef __osf__ -#include -#include -#endif extern long *xmalloc(); #if defined (USE_LUCID) -- cgit v1.2.1