mirror of https://github.com/wb2osz/direwolf.git
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>’?
This commit is contained in:
parent
d5cec4dc84
commit
17ac5e5396
|
@ -37,6 +37,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/*
|
||||
* Previously, we could handle only a single audio device.
|
||||
|
|
Loading…
Reference in New Issue