From b98cf43f0183f6a01379e882d0717e5d5d9db506 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 28 Apr 1996 19:09:03 +0000 Subject: [PATCH] [HAVE_CONFIG_H]: Only include config.h when defined. --- lib-src/wakeup.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2