diff options
Diffstat (limited to 'libbb/safe_poll.c')
-rw-r--r-- | libbb/safe_poll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/safe_poll.c b/libbb/safe_poll.c index b492a81..cf93a97 100644 --- a/libbb/safe_poll.c +++ b/libbb/safe_poll.c @@ -6,7 +6,6 @@ * * Licensed under GPLv2, see file LICENSE in this source tree. */ - #include "libbb.h" /* Wrapper which restarts poll on EINTR or ENOMEM. |