Skip to content

Commit 17ac5e5

Browse files
authored
Update direwolf.h
Fix the following errors during compile. note: ‘ptrdiff_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
1 parent d5cec4d commit 17ac5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/direwolf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#endif
3939

40+
#include <stddef.h>
4041

4142
/*
4243
* Previously, we could handle only a single audio device.

0 commit comments

Comments
 (0)