diff options
-rw-r--r-- | Include/myselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/myselect.h b/Include/myselect.h index 1b3a834..fe6cbdc 100644 --- a/Include/myselect.h +++ b/Include/myselect.h @@ -51,7 +51,7 @@ PERFORMANCE OF THIS SOFTWARE. #else /* !HAVE_SYS_SELECT_H */ -#ifdef USE_GUSI +#ifdef USE_GUSI1 /* If we don't have sys/select the definition may be in unistd.h */ #include <GUSI.h> #endif |