Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Larsson <benjamin@southpole.se>2012-05-28 16:59:49 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-05-28 17:17:46 +0400
commit652162cf86cb0a2ebb82965dac806bbb441e1be9 (patch)
tree94690156ba7b574b58151e9d060bbbc568c47b94 /uloop.h
parent4956848aa9bae73015cd7d5cc52d169ff3d2bcb4 (diff)
uloop: include sys/types.h to make pid_t available
Diffstat (limited to 'uloop.h')
-rw-r--r--uloop.h1
1 files changed, 1 insertions, 0 deletions
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 <sys/time.h>
+#include <sys/types.h>
#include <stdbool.h>
#include <stdint.h>
#include <signal.h>