Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
932f65c
)
datetime: Add <stdio.h> for fprintf
author
Aaron Marcher <
[email protected]
>
Sun, 6 May 2018 20:41:56 +0000
(22:41 +0200)
committer
Aaron Marcher <
[email protected]
>
Sun, 6 May 2018 20:41:56 +0000
(22:41 +0200)
components/datetime.c
diff
|
blob
|
history
diff --git
a/components/datetime.c
b/components/datetime.c
index
6dc9678
..
12d7717
100644
(file)
--- a/
components/datetime.c
+++ b/
components/datetime.c
@@
-1,4
+1,5
@@
/* See LICENSE file for copyright and license details. */
+#include <stdio.h>
#include <time.h>
#include "../util.h"