TurboRLE: Benchmark App

This commit is contained in:
x
2023-08-14 12:00:22 +02:00
parent 559021fbfe
commit da4fa61f6d

View File

@ -27,8 +27,12 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef __APPLE__
#ifdef HAVE_MALLOC_MALLOC
#include <sys/malloc.h>
#else
#include <malloc/malloc.h>
#endif
#else
#include <malloc.h>
#endif
#ifdef _MSC_VER