#include <unistd.h>

Fixes compilation on FreeBSD
Closes #72
This commit is contained in:
probonopd 2023-10-01 23:58:09 +02:00 committed by GitHub
parent 37adab91e5
commit 6483ae0dcb
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 // used for va_list in debug-print methods
#include <stdarg.h> #include <stdarg.h>