From 809cbff588674d09c14b128eb95d332048382770 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 6 May 2011 18:41:30 -0400 Subject: [PATCH] Fix missing header Signed-off-by: Mathieu Desnoyers --- types/float.c | 1 + 1 file changed, 1 insertion(+) diff --git a/types/float.c b/types/float.c index a5917beb..1efd5ed3 100644 --- a/types/float.c +++ b/types/float.c @@ -18,6 +18,7 @@ #include #include +#include static struct definition *_float_definition_new(struct declaration *declaration, -- 2.34.1