mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 07:37:52 +00:00
Fix implicit declaration on dedicated
This commit is contained in:
parent
0681209114
commit
34f6f6d539
@ -15,6 +15,7 @@ GNU General Public License for more details.
|
||||
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include "common.h"
|
||||
|
||||
void Q_strnupr( const char *in, char *out, size_t size_out )
|
||||
|
@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include "common.h"
|
||||
#include "eiface.h"
|
||||
#include "sequence.h"
|
||||
|
Loading…
Reference in New Issue
Block a user