diff options
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ * either the BSD or the GPL. */ -#ifndef _WIN32 +#if !defined(_WIN32) && !defined(EMBED_LIBEIO) # include "config.h" #endif |