changeset 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 34246eb34e98
children 18c571c257aa
files lwlib/lwlib-utils.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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>