From: Benjamin Larsson Date: Mon, 28 May 2012 12:59:49 +0000 (+0200) Subject: uloop: include sys/types.h to make pid_t available X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=652162cf86cb0a2ebb82965dac806bbb441e1be9 uloop: include sys/types.h to make pid_t available --- diff --git a/uloop.h b/uloop.h index bce3974..05007fa 100644 --- a/uloop.h +++ b/uloop.h @@ -21,6 +21,7 @@ #define _ULOOP_H__ #include +#include #include #include #include