Skip to content

Commit

Permalink
stdio for sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Nov 28, 2024
1 parent 9d642a1 commit a965d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/src/code/audio_load.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "soh/Enhancements/audio/AudioCollection.h"
#include "soh/Enhancements/audio/AudioEditor.h"
#include "soh/ResourceManagerHelpers.h"
#include <stdio.h>

// Windows deprecated the use of `strdup` it uses _strdup. Linux/Unix doesn't have _strdup.
#ifdef _MSC_VER
Expand Down

0 comments on commit a965d4a

Please sign in to comment.