From 1b439d2b999f6f62eaf25b9d306dcc2078b99c1c Mon Sep 17 00:00:00 2001 From: Colin McCabe Date: Sun, 14 Feb 2010 19:52:29 -0800 Subject: [PATCH] simple_time: include unistd.h for sleep(3) --- simple_time.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/simple_time.c b/simple_time.c index eea422f..86b92f9 100644 --- a/simple_time.c +++ b/simple_time.c @@ -1,6 +1,7 @@ #include #include #include +#include /* Prints a time on a single line of the console. * I wrote this app so that I could measure times by repeatedly pressing -- 1.6.6.rc1.39.g9a42