mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 23:05:29 +00:00
tests: include limits lib to fix build on debian
This commit is contained in:
parent
277bb3106b
commit
7cff66fb83
|
@ -8,6 +8,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
static inline void ok_or_panic(int err) {
|
static inline void ok_or_panic(int err) {
|
||||||
if (err)
|
if (err)
|
||||||
|
|
Loading…
Reference in a new issue