]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
include/linux.h: Include <stdio.h> for fprintf and stderr
authorFelix Janda <felix.janda@posteo.de>
Thu, 4 Feb 2016 21:34:14 +0000 (08:34 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Feb 2016 21:34:14 +0000 (08:34 +1100)
Signed-off-by: Felix Janda <felix.janda@posteo.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/linux.h

index a7d2f850c1fc49169eb01875c5ba70eced65d725..16fb7075a94e0b2b8742ef23308a37e71bf4fa30 100644 (file)
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <endian.h>
 #include <stdbool.h>
+#include <stdio.h>
 #include <asm/types.h>
 #include <mntent.h>