uloop: include sys/types.h to make pid_t available
This commit is contained in:
parent
4956848aa9
commit
652162cf86
1 changed files with 1 additions and 0 deletions
1
uloop.h
1
uloop.h
|
@ -21,6 +21,7 @@
|
||||||
#define _ULOOP_H__
|
#define _ULOOP_H__
|
||||||
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
Loading…
Reference in a new issue