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