Skip to content

Commit

Permalink
fix malloc on OpenBSD targets (melonDS-emu#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Izder456 authored Feb 20, 2024
1 parent a8429af commit 9430502
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/frontend/duckstation/gl/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9430502

Please sign in to comment.