mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
for some reasone, building the rpms wanted an explicit stdio.h inclusion
*shrug*
This commit is contained in:
parent
80c7113447
commit
79eb948127
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue