projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932f65c
)
datetime: Add <stdio.h> for fprintf
author
Aaron Marcher
<me@drkhsh.at>
Sun, 6 May 2018 20:41:56 +0000
(22:41 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Sun, 6 May 2018 20:41:56 +0000
(22:41 +0200)
components/datetime.c
patch
|
blob
|
history
diff --git
a/components/datetime.c
b/components/datetime.c
index 6dc9678b26264ee682b386b7dfefe3b9055ba8b1..12d77170527e9e07973b3c8bca164acb6cd53b9c 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"