Commit 6416198e authored by Max Kellermann's avatar Max Kellermann

event/PollGroupPoll: include stddef.h instead of string.h

parent 3c4cd9d0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment