From 47bffa24a72a267b37a192c61feb2f5e90fbbea8 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Fri, 30 Nov 2007 10:20:30 -0800 Subject: [PATCH] Include stdlib.h to remove compile warnings. --- vpi/sdf_parse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/vpi/sdf_parse.y b/vpi/sdf_parse.y index b428976ba..58dc93789 100644 --- a/vpi/sdf_parse.y +++ b/vpi/sdf_parse.y @@ -26,6 +26,7 @@ static void yyerror(const char*msg); # include "sdf_priv.h" # include # include +# include /* This is the hierarchy separator to use. */ char sdf_use_hchar = '.';