lib/date_to_str.c: Add missing include <config.h>

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar 2023-11-12 23:20:15 +01:00 committed by Iker Pedrosa
parent ff8e4ede1e
commit 3c5a563654

View File

@ -26,6 +26,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <config.h>
#include <string.h>
#include <time.h>