mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-26 05:41:24 +00:00
Add malloc.h back for memset
This commit is contained in:
parent
bc10c5d7f6
commit
f103a5f142
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -28,6 +28,7 @@ extern "C"
|
|||
{
|
||||
#include "../quakedef.h"
|
||||
}
|
||||
#include <malloc.h>
|
||||
#include <pspgu.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue