# HG changeset patch # User Richard M. Stallman # Date 797501113 0 # Node ID cba458f0dc21bfff55e421b602bf334c18f63a2c # Parent 34246eb34e9838cca6914fdde6dd7b5b07d46490 If HAVE_CONFIG_H, include config.h. diff -r 34246eb34e98 -r cba458f0dc21 lwlib/lwlib-utils.c --- 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 +#endif + #include #include #include