mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
hotfix: replace memset declaration by cstring include
fixes the Arch package build (https://aur.archlinux.org/packages/shadps4-git#comment-1023984)
This commit is contained in:
parent
b3abb83fc5
commit
5ab5fa7024
1 changed files with 1 additions and 2 deletions
|
@ -3,10 +3,9 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
#include "common/types.h"
|
#include "common/types.h"
|
||||||
|
|
||||||
void* memset(void* ptr, int value, size_t num);
|
|
||||||
|
|
||||||
namespace Xbyak {
|
namespace Xbyak {
|
||||||
class CodeGenerator;
|
class CodeGenerator;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue