diff lwlib/xrdb.c @ 26087:e0d966fb548f

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 <config.h> before any system include files. * lwlib-Xm.c, lwlib.c: Do not include <stdlib.h> or <string.h>, as <config.h> does this.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:21:16 +0000
parents 648d04be6a9c
children
line wrap: on
line diff
--- a/lwlib/xrdb.c	Tue Oct 19 07:20:29 1999 +0000
+++ b/lwlib/xrdb.c	Tue Oct 19 07:21:16 1999 +0000
@@ -4,6 +4,10 @@
    avoid version skew problems.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <X11/Xlib.h>
 #include <X11/cursorfont.h>
 #include <X11/Xutil.h>