diff --git a/uhubctl.c b/uhubctl.c index 9aa7b16..55dd774 100644 --- a/uhubctl.c +++ b/uhubctl.c @@ -18,6 +18,7 @@ #include #include #include +#include #if defined(_WIN32) #include @@ -43,9 +44,6 @@ #include /* for nanosleep */ #endif -#if defined(__gnu_linux__) || defined(__linux__) -#include /* for open() / O_WRONLY */ -#endif /* cross-platform sleep function */