summaryrefslogtreecommitdiff
path: root/devel/allegro5/files/patch-addons_audio_alsa.c
blob: 095206c415e40e94fe57114fd52da8d003265b97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- addons/audio/alsa.c.orig	2020-02-10 02:03:00 UTC
+++ addons/audio/alsa.c
@@ -23,7 +23,7 @@
 #include "allegro5/allegro.h"
 #include "allegro5/internal/aintern_audio.h"
 
-#include <alloca.h>
+#include <stdlib.h>
 #include <alsa/asoundlib.h>
 
 ALLEGRO_DEBUG_CHANNEL("alsa")