diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Root.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Root.cpp b/src/Root.cpp index 49adf3f6c..dbea1fd9e 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -13,6 +13,10 @@ #include <signal.h> #if defined(__linux__) #include <fstream> + + #if !defined(__GLIBC__) + #include <sys/select.h> + #endif #elif defined(__APPLE__) #include <mach/mach.h> #endif |