diff options
Diffstat (limited to 'lib/fsusage.c')
| -rw-r--r-- | lib/fsusage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c index 83d26af88..81c28690f 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -27,9 +27,7 @@ #if HAVE_STDINT_H # include <stdint.h> #endif -#if HAVE_UNISTD_H -# include <unistd.h> -#endif +#include <unistd.h> #ifndef UINTMAX_MAX # define UINTMAX_MAX ((uintmax_t) -1) #endif |
