aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/event/PollGroupPoll.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/event/PollGroupPoll.hxx b/src/event/PollGroupPoll.hxx
index e8850ebb5..6c69787ac 100644
--- a/src/event/PollGroupPoll.hxx
+++ b/src/event/PollGroupPoll.hxx
@@ -23,9 +23,10 @@
#include "check.h"
#include "PollResultGeneric.hxx"
-#include <string.h> // for size_t
#include <vector>
#include <unordered_map>
+
+#include <stddef.h>
#include <sys/poll.h>
class PollGroupPoll