0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-24 18:50:14 +00:00

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
nq/source
qw/source

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>