Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
inttypes.h is required for "PRId32"
  • Loading branch information
rasky committed Aug 28, 2021
1 parent 13e5753 commit b13d4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/play.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* http://sam.zoy.org/wtfpl/COPYING for more details. */

#include "xm_internal.h"
#include <inttypes.h>

/* ----- Static functions ----- */

Expand Down

0 comments on commit b13d4f0

Please sign in to comment.