uloop: include sys/types.h to make pid_t available
[project/libubox.git] / uloop.h
diff --git a/uloop.h b/uloop.h
index bce3974..05007fa 100644 (file)
--- a/uloop.h
+++ b/uloop.h
@@ -21,6 +21,7 @@
 #define _ULOOP_H__
 
 #include <sys/time.h>
+#include <sys/types.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <signal.h>