From beccc5f1bd2a81ffe8ae56ebd76120dcd9e0e737 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 16 Apr 2008 10:57:50 +0200 Subject: [PATCH] Add missing include file. --- src/std/c_macro.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/std/c_macro.h b/src/std/c_macro.h index 7d5ba9959a..617b2c1c20 100644 --- a/src/std/c_macro.h +++ b/src/std/c_macro.h @@ -34,6 +34,7 @@ #define _C_MACRO_H #include +#include #ifdef malloc #undef malloc