1
0
mirror of https://github.com/aap/librw.git synced 2025-04-06 18:08:07 +01:00

Merge pull request from Pirulax/patch-1

Add include to `cerrno` to fix build
This commit is contained in:
aap 2022-08-30 14:23:26 +02:00 committed by GitHub
commit d2f54a2471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,6 @@
#include <cstdio>
#include <cassert>
#include <cerrno>
#define PAL