aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/wakeup.c2
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 @@
1/* Program to produce output at regular intervals. */ 1/* Program to produce output at regular intervals. */
2 2
3#ifdef HAVE_CONFIG_H
3#include <config.h> 4#include <config.h>
5#endif
4 6
5#include <stdio.h> 7#include <stdio.h>
6#include <sys/types.h> 8#include <sys/types.h>