From b26ade3fee411865ecdc7da9d81c8dfd7ce2e153 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 19 Feb 2001 00:38:02 +0000 Subject: [PATCH] explicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h. --- include/platform_defs.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index 9f3437529..bc5acfa85 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -35,6 +35,7 @@ #define __XFS_PLATFORM_DEFS_H__ #include +#include #include #include #include -- 2.47.2