Skip to content

Commit

Permalink
MatroskaParser: include <alloca.h>
Browse files Browse the repository at this point in the history
alloca() isn't otherwise available on my Clang build that defaults to non-GNU C++.
  • Loading branch information
tambry committed Jan 4, 2025
1 parent a817948 commit a74d680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MatroskaParser.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/

#include <alloca.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
Expand Down

0 comments on commit a74d680

Please sign in to comment.