Skip to content

Commit

Permalink
Update common.c (#1066)
Browse files Browse the repository at this point in the history
Compile error on Arch Linux, this include gets around that, as suggested by the compiler. 
Fixes #1065
  • Loading branch information
evertvorster authored Feb 4, 2025
1 parent 2b650c6 commit 58ed68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/sdl2/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "common.h"

#include <framework/mlt_log.h>
#include <string.h>

SDL_AudioDeviceID sdl2_open_audio(const SDL_AudioSpec *desired, SDL_AudioSpec *obtained)
{
Expand Down

0 comments on commit 58ed68f

Please sign in to comment.