From: Jordan Williams Date: Mon, 22 Apr 2024 19:51:09 +0000 (-0500) Subject: xalloc.h: Include stdio.h header for vasprintf function X-Git-Tag: v2.42-start~379^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4d9744c62bfb4d179473e6adcd304318b4d952f;p=thirdparty%2Futil-linux.git xalloc.h: Include stdio.h header for vasprintf function Signed-off-by: Jordan Williams --- diff --git a/include/xalloc.h b/include/xalloc.h index f7d42c99f..6675988d6 100644 --- a/include/xalloc.h +++ b/include/xalloc.h @@ -13,6 +13,7 @@ #ifndef UTIL_LINUX_XALLOC_H #define UTIL_LINUX_XALLOC_H +#include #include #include