Browse Source

Fix implicit declaration on dedicated

pull/2/head
Alibek Omarov 6 years ago
parent
commit
34f6f6d539
  1. 1
      engine/common/crtlib.c
  2. 1
      engine/common/sequence.c

1
engine/common/crtlib.c

@ -15,6 +15,7 @@ GNU General Public License for more details. @@ -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 )

1
engine/common/sequence.c

@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -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…
Cancel
Save