From: Aaron Marcher Date: Sun, 6 May 2018 20:41:56 +0000 (+0200) Subject: datetime: Add for fprintf X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=62563a5a0d133fac43d81f85b50d6da01eb93283;p=suckless%2Fslstatus.git datetime: Add for fprintf --- diff --git a/components/datetime.c b/components/datetime.c index 6dc9678..12d7717 100644 --- a/components/datetime.c +++ b/components/datetime.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include #include #include "../util.h"