Added memalign include

This commit is contained in:
David Anderson
2005-08-18 01:04:52 +00:00
parent f334fec0a3
commit 2d2506f1c4
2 changed files with 5 additions and 2 deletions

View File

@@ -33,7 +33,10 @@
#include "natives.h"
#ifdef __linux__
#include <malloc.h>
#include <stdlib.h>
#include <sys/mman.h>
#include "sclinux.h"
#endif
//Written by David "BAILOPAN" Anderson