diff options
Diffstat (limited to 'src/shutdownd')
-rw-r--r-- | src/shutdownd/shutdownd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdownd/shutdownd.c b/src/shutdownd/shutdownd.c index 826efbfeab..701882b96d 100644 --- a/src/shutdownd/shutdownd.c +++ b/src/shutdownd/shutdownd.c @@ -20,7 +20,7 @@ ***/ #include <sys/socket.h> -#include <sys/poll.h> +#include <poll.h> #include <sys/types.h> #include <sys/timerfd.h> #include <assert.h> |