Add missing include to sdf_lexor.lex
sdf_lexor.lex was missing the <string.h> include file which defines strdup and strlen.
This commit is contained in:
parent
61b6b8358d
commit
c9e1e1b5cc
|
|
@ -27,6 +27,7 @@
|
|||
# include "sdf_parse_priv.h"
|
||||
# include "sdf_parse.h"
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# include <strings.h>
|
||||
# include <assert.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue