cfparse.y needs stdio.h

Based on patch subbmitted to sourceforge tracker by
Greg Steuck (gnezdo)
This commit is contained in:
Stephen Williams 2011-04-27 11:03:08 -07:00
parent 029309103f
commit c02d6953ef
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
# include "cfparse_misc.h"
# include <ctype.h>
# include <stdlib.h>
# include <stdio.h>
# include <string.h>