From 2a49e4e1d64ef2df0bb2a8a3822f7fa1048e687f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 17 Sep 2013 12:45:00 +0000 Subject: a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified --- src/runtime/c/gu/out.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/gu/out.c') diff --git a/src/runtime/c/gu/out.c b/src/runtime/c/gu/out.c index 36d523c44..439a3de72 100644 --- a/src/runtime/c/gu/out.c +++ b/src/runtime/c/gu/out.c @@ -1,6 +1,7 @@ #include #include #include +#include static bool gu_out_is_buffering(GuOut* out) -- cgit v1.2.3