TurboRLE: Benchmark App

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

View File

@ -26,11 +26,15 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef __APPLE__ #ifdef __APPLE__
#ifdef HAVE_MALLOC_MALLOC
#include <sys/malloc.h> #include <sys/malloc.h>
#else #else
#include <malloc/malloc.h>
#endif
#else
#include <malloc.h> #include <malloc.h>
#endif #endif
#ifdef _MSC_VER #ifdef _MSC_VER
#include "vs/getopt.h" #include "vs/getopt.h"
#else #else