]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
explicitly include stdarg.h for recent glibc 2.2.2 changes to stdio.h.
authorNathan Scott <nathans@sgi.com>
Mon, 19 Feb 2001 00:38:02 +0000 (00:38 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 19 Feb 2001 00:38:02 +0000 (00:38 +0000)
include/platform_defs.h.in

index 9f3437529a76e5ac67b79f54f6d7a73db9e00658..bc5acfa850707fc1a7d999a2ea9282f01e3effe7 100644 (file)
@@ -35,6 +35,7 @@
 #define __XFS_PLATFORM_DEFS_H__
 
 #include <stdio.h>
+#include <stdarg.h>
 #include <assert.h>
 #include <endian.h>
 #include <stddef.h>