mirror of https://github.com/aap/librw.git
Add include to `cerrno` to fix build
This commit is contained in:
parent
841325cea5
commit
d4b67d366a
|
@ -1,5 +1,6 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cerrno>
|
||||||
|
|
||||||
#define PAL
|
#define PAL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue