From d03b3e732368626769fb1cec7f3c3898ffb57cca Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 24 Aug 2012 16:16:30 -0400 Subject: stdio_ext.h needs to include stdio.h, at least to get FILE... --- include/stdio_ext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/stdio_ext.h') diff --git a/include/stdio_ext.h b/include/stdio_ext.h index d979bdcd..e3ab7fd4 100644 --- a/include/stdio_ext.h +++ b/include/stdio_ext.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include + #define FSETLOCKING_QUERY 0 #define FSETLOCKING_INTERNAL 1 #define FSETLOCKING_BYCALLER 2 -- cgit v1.2.1