diff options
Diffstat (limited to 'oss.c')
-rw-r--r-- | oss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ */ #include "vl.h" -#ifndef _WIN32 +#if !defined(_WIN32) && !defined(__APPLE__) #include <ctype.h> #include <fcntl.h> #include <errno.h> |