From: Nathan Scott Date: Mon, 19 Feb 2001 00:38:02 +0000 (+0000) Subject: explicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h. X-Git-Tag: v1.2.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26ade3fee411865ecdc7da9d81c8dfd7ce2e153;p=thirdparty%2Fxfsprogs-dev.git explicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h. --- 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