diff --git a/core/render.c b/core/render.c index 290ea97..47319a8 100644 --- a/render.c +++ b/render.c @@ -9,8 +9,15 @@ * */ +/* + * HACK WARNING: + * This is necessary to get FD_SET and FD_ZERO on platforms other than x86. + */ + #ifdef TARGET_KERNEL +#define __KERNEL__ #include +#undef __KERNEL__ #endif #include