diff lwlib/lwlib-Xaw.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 d4de526fb0e0
children e1023a35920f
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.c	Tue Oct 19 07:20:29 1999 +0000
+++ b/lwlib/lwlib-Xaw.c	Tue Oct 19 07:21:16 1999 +0000
@@ -18,6 +18,10 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 
 #include "lwlib-Xaw.h"