Fix implicit declaration on dedicated

This commit is contained in:
Alibek Omarov 2018-05-01 17:37:25 +03:00
parent 0681209114
commit 34f6f6d539
2 changed files with 2 additions and 0 deletions

View File

@ -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 )

View File

@ -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"