Add malloc.h back for memset

This commit is contained in:
Steam Deck User 2023-02-02 14:29:16 -05:00
parent bc10c5d7f6
commit f103a5f142
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <valarray>
#include <vector>
#include <malloc.h>
#include <pspgu.h>
#include <pspkernel.h>
#include <pspctrl.h>

View file

@ -28,6 +28,7 @@ extern "C"
{
#include "../quakedef.h"
}
#include <malloc.h>
#include <pspgu.h>