for some reasone, building the rpms wanted an explicit stdio.h inclusion

*shrug*
This commit is contained in:
Bill Currie 2001-08-02 03:24:18 +00:00
parent 80c7113447
commit 79eb948127
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@
# include <strings.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>

View file

@ -39,6 +39,7 @@
# include <strings.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>