fix malloc on OpenBSD targets (#1979)

This commit is contained in:
λP.(P izzy)
2024-02-19 20:33:39 -06:00
committed by GitHub
parent a8429af131
commit 9430502b16

View File

@ -3,11 +3,7 @@
#include "loader.h"
#include <cstdlib>
#include <cstring>
#ifdef __APPLE__
#include <stdlib.h>
#else
#include <malloc.h>
#endif
Log_SetChannel(GL::Context);
#if defined(_WIN32)