summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-12 23:20:15 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-16 11:44:30 +0100
commitef492ddf1ca68c283daeab0b07cdb0d2765976db (patch)
tree04fab30f4e6c4b296d32cc2cb88f10aee1b4b2e1
parentb05337e7b9868f4cc9289e9b8680a31d3ea9d51a (diff)
lib/date_to_str.c: Add missing include <config.h>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--lib/date_to_str.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/date_to_str.c b/lib/date_to_str.c
index 67b99317..9d004d9e 100644
--- a/lib/date_to_str.c
+++ b/lib/date_to_str.c
@@ -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>