uloop: include sys/types.h to make pid_t available

This commit is contained in:
Benjamin Larsson 2012-05-28 14:59:49 +02:00 committed by Felix Fietkau
parent 4956848aa9
commit 652162cf86

View file

@ -21,6 +21,7 @@
#define _ULOOP_H__
#include <sys/time.h>
#include <sys/types.h>
#include <stdbool.h>
#include <stdint.h>
#include <signal.h>