Include stdlib.h to remove compile warnings.
This commit is contained in:
parent
bf49400fb2
commit
47bffa24a7
|
|
@ -26,6 +26,7 @@ static void yyerror(const char*msg);
|
|||
# include "sdf_priv.h"
|
||||
# include <stdio.h>
|
||||
# include <string.h>
|
||||
# include <stdlib.h>
|
||||
|
||||
/* This is the hierarchy separator to use. */
|
||||
char sdf_use_hchar = '.';
|
||||
|
|
|
|||
Loading…
Reference in New Issue