]> code.delx.au - gnu-emacs/blobdiff - lib-src/wakeup.c
(find-compressed-version): Don't set `error' here.
[gnu-emacs] / lib-src / wakeup.c
index e481bee8324fd6d57237403927b1f7f3f5a062a3..389519ba1f7f3fa79ffba2298b3497ca0f9cc532 100644 (file)
@@ -1,6 +1,8 @@
 /* Program to produce output at regular intervals.  */
 
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 #include <sys/types.h>
@@ -18,6 +20,7 @@
 
 struct tm *localtime ();
 
+void
 main (argc, argv)
      int argc;
      char **argv;