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:
Stephen Williams 2011-04-27 11:03:08 -07:00
parent dbbe27ebce
commit 735a789f20
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>