mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:15:36 +00:00
Merge pull request #32 from aoeu/master
tests: include limits lib to fix build on debian
This commit is contained in:
commit
05a4280e52
|
@ -8,6 +8,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
|
||||
static inline void ok_or_panic(int err) {
|
||||
if (err)
|
||||
|
|
Loading…
Reference in a new issue