Merge pull request #107 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 changed files with 1 additions and 0 deletions

View File

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