From: Richard M. Stallman Date: Mon, 10 Apr 1995 08:05:13 +0000 (+0000) Subject: If HAVE_CONFIG_H, include config.h. X-Git-Tag: emacs-19.34~4500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6c5b98afe46d14549c97edc4fa07e8ba292ea73;p=emacs.git If HAVE_CONFIG_H, include config.h. --- diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index 9e535c1996d..1164482e182 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License 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