cfparse.y needs stdio.h
Based on patch subbmitted to sourceforge tracker by
Greg Steuck (gnezdo)
(cherry picked from commit c02d6953ef)
This commit is contained in:
parent
dbbe27ebce
commit
735a789f20
|
|
@ -22,6 +22,7 @@
|
|||
# include "cfparse_misc.h"
|
||||
# include <ctype.h>
|
||||
# include <stdlib.h>
|
||||
# include <stdio.h>
|
||||
# include <string.h>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue