From: Richard M. Stallman Date: Sun, 28 Apr 1996 19:09:03 +0000 (+0000) Subject: [HAVE_CONFIG_H]: Only include config.h when defined. X-Git-Tag: emacs-19.34~757 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b98cf43f0183f6a01379e882d0717e5d5d9db506;p=emacs.git [HAVE_CONFIG_H]: Only include config.h when defined. --- diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index 9c8838dbc13..389519ba1f7 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -1,6 +1,8 @@ /* Program to produce output at regular intervals. */ +#ifdef HAVE_CONFIG_H #include +#endif #include #include