]> git.ipfire.org Git - pakfire.git/commitdiff
string: Include required headers
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2023 13:23:07 +0000 (13:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2023 13:23:07 +0000 (13:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/string.h

index d5360bf0af738796083f7627c2baf1a4473652b1..bca0ff23e5e6b66cb32d4e0e2ff81e988a81915f 100644 (file)
@@ -24,6 +24,8 @@
 #ifdef PAKFIRE_PRIVATE
 
 #include <stdarg.h>
+#include <stdlib.h>
+#include <time.h>
 
 /*
        Formats a string and stores it in the given buffer.