event/PollGroupPoll: include stddef.h instead of string.h
This commit is contained in:
parent
3c4cd9d08b
commit
6416198e9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user