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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

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)