diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-19 15:16:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-19 15:16:46 +0100 |
commit | c58be89bd7ab62952ca3141b57c8c14fe28e76e5 (patch) | |
tree | 61e1c392600bc4a50fc94bca829a7956fe4659e8 | |
parent | Add leap second support and reject arguments (diff) | |
download | timeprefix-c58be89bd7ab62952ca3141b57c8c14fe28e76e5.tar.gz timeprefix-c58be89bd7ab62952ca3141b57c8c14fe28e76e5.tar.bz2 timeprefix-c58be89bd7ab62952ca3141b57c8c14fe28e76e5.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | timeprefix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/timeprefix.c b/timeprefix.c index 9cc9585..f76e104 100644 --- a/timeprefix.c +++ b/timeprefix.c @@ -3,7 +3,6 @@ #include <stdio.h> #include <stdlib.h> #include <time.h> -#include <unistd.h> static void |