Fix Mac build.

This commit is contained in:
Nicholas Hastings 2015-02-27 04:53:31 -08:00
parent fdc3c0791e
commit b43da7b7f0

View File

@ -11,6 +11,7 @@
// SourcePawn. If not, see http://www.gnu.org/licenses/. // SourcePawn. If not, see http://www.gnu.org/licenses/.
// //
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include "x86/jit_x86.h" #include "x86/jit_x86.h"