diff --git a/src/shell.h b/src/shell.h index b14ffe30..7e625882 100644 --- a/src/shell.h +++ b/src/shell.h @@ -2,7 +2,7 @@ #include #include #include -#ifdef __LINUX__ +#ifdef __linux__ #include #endif #include @@ -14,7 +14,7 @@ private: int from_shell[2]; pid_t shell_pid; -#ifdef __LINUX__ +#ifdef __linux__ void setNonBlocking(int fd) { int flags = fcntl(fd, F_GETFL, 0); fcntl(fd, F_SETFL, flags | O_NONBLOCK);