diff options
Diffstat (limited to 'lib-src/wakeup.c')
-rw-r--r-- | lib-src/wakeup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index c26289c84e2..9c8838dbc13 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -18,6 +18,7 @@ struct tm *localtime (); +void main (argc, argv) int argc; char **argv; |