summaryrefslogtreecommitdiff
path: root/runtime/tools
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-12 23:01:46 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-12 23:01:46 +0200
commitc95a302a4c42ec8230473cd4a5e0064d0a143aa8 (patch)
treeec8985d4cea1e9ace755daa0018a3cf62c62994d /runtime/tools
parent2d35899721da0e9359a9fe1059554f8c4ea7f0c1 (diff)
downloadvim-git-c95a302a4c42ec8230473cd4a5e0064d0a143aa8.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/tools')
-rw-r--r--runtime/tools/blink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/tools/blink.c b/runtime/tools/blink.c
index 5b5b28172..a782061fd 100644
--- a/runtime/tools/blink.c
+++ b/runtime/tools/blink.c
@@ -6,9 +6,10 @@
*/
#include <stdio.h>
+#include <unistd.h>
int
-main()
+main(void)
{
while (1)
{