Merge pull request #73 from probonopd/patch-1

#include <unistd.h>
This commit is contained in:
Jochen Topf 2023-10-02 09:37:29 +02:00 committed by GitHub
commit ffd833fb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// used for 'isatty'
#include <unistd.h>
// used for va_list in debug-print methods
#include <stdarg.h>