Include string.h where needed.

This commit is contained in:
2016-01-28 15:00:13 -05:00
parent fa90c2a472
commit b759a60417
8 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,7 @@
//
//****************************************************************
#include <string.h>
#include "Gfx_1.3.h"
#include "Util.h"
#include "Combine.h"

View File

@ -37,6 +37,7 @@
//
//****************************************************************
#include <string.h>
#include "Gfx_1.3.h"
#include "Util.h"
#include "Debugger.h"

View File

@ -37,6 +37,7 @@
//
//****************************************************************
#include <string.h>
#include <Common/StdString.h>
#include "Gfx_1.3.h"
#include "Version.h"

View File

@ -41,6 +41,8 @@
//
//****************************************************************
#include <string.h>
static inline void mirror32bS(uint8_t *tex, uint8_t *start, int width, int height, int mask, int line, int full, int count)
{
uint32_t *v8;

View File

@ -42,6 +42,7 @@
//
//****************************************************************
#include <string.h>
#include "Gfx_1.3.h"
#include "TexBuffer.h"
#include "CRC.h"

View File

@ -42,6 +42,8 @@
#include "TexLoad16b.h"
#include "TexLoad32b.h"
#include <string.h>
uint32_t LoadNone(uintptr_t /*dst*/, uintptr_t /*src*/, int /*wid_64*/, int /*height*/, int /*line*/, int /*real_width*/, int /*tile*/)
{
memset(texture, 0, 4096 * 4);

View File

@ -38,6 +38,8 @@
//****************************************************************
#include <math.h>
#include <string.h>
#include "Gfx_1.3.h"
#include "Util.h"
#include "Combine.h"

View File

@ -38,6 +38,8 @@
//****************************************************************
#include <math.h>
#include <string.h>
#include "Gfx_1.3.h"
#include "3dmath.h"
#include "Util.h"