diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-28 19:09:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-28 19:09:03 +0000 |
commit | b98cf43f0183f6a01379e882d0717e5d5d9db506 (patch) | |
tree | 7a3b12ba5f780a851a9d59af167c79f6a7a275fd /lib-src | |
parent | 88800afc906674a61653a9a54b1a24525d1a812e (diff) | |
download | emacs-b98cf43f0183f6a01379e882d0717e5d5d9db506.tar.gz |
[HAVE_CONFIG_H]: Only include config.h when defined.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/wakeup.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <config.h> +#endif #include <stdio.h> #include <sys/types.h> |