Skip to content

Commit 8f6de51

Browse files
committed
decoder_sinewave.c: include stddef.h for ptrdiff_t
1 parent 66fd638 commit 8f6de51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/decoder_sinewave.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
// - decode just needs to see if one of the buffers is complete and push it again.
2929
// - clear/push a subset when seeking.
3030

31+
#include <stddef.h>
3132
#include "SDL_mixer_internal.h"
3233

3334
typedef struct SINEWAVE_AudioData

0 commit comments

Comments
 (0)