patch to add stdlib.h include to ext4.c in xar

This commit is contained in:
Moritz Gmeiner 2024-02-29 01:22:48 +01:00
commit 750af31689

View file

@ -0,0 +1,12 @@
diff --git a/lib/ext2.c b/lib/ext2.c
index 2380846..be3921c 100644
--- a/lib/ext2.c
+++ b/lib/ext2.c
@@ -40,6 +40,7 @@
#ifndef HAVE_ASPRINTF
#include "asprintf.h"
#endif
+#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include "xar.h"