MacOS build fixed

This commit is contained in:
Arin Alexander 2018-03-23 01:17:15 +03:00
parent 9219529e0a
commit ddc19ed879

View File

@ -35,7 +35,10 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#ifdef _MSC_VER
#include <malloc.h>
#endif
#include "common.h"
#include "emf.h"