Skip to content

Commit

Permalink
Include malloc.h for alloca on Win32 platform.
Browse files Browse the repository at this point in the history
MinGW somehow seems to get it from somewhere else but that's not right
and Wine headers (or MSVC) don't.
  • Loading branch information
rbernon authored and flibitijibibo committed Aug 19, 2021
1 parent 0c352eb commit 6e3ad6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FAudio_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <math.h>
#include <assert.h>
#include <inttypes.h>
Expand Down

0 comments on commit 6e3ad6f

Please sign in to comment.