diff lwlib/lwlib-utils.c @ 11358:cba458f0dc21

If HAVE_CONFIG_H, include config.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 08:05:13 +0000
parents bdf8b696b76a
children 5a7e9e98add7
line wrap: on
line diff
--- a/lwlib/lwlib-utils.c	Mon Apr 10 08:04:27 1995 +0000
+++ b/lwlib/lwlib-utils.c	Mon Apr 10 08:05:13 1995 +0000
@@ -17,6 +17,10 @@
 along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <X11/Xatom.h>
 #include <X11/IntrinsicP.h>
 #include <X11/ObjectP.h>