aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-05 13:14:58 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-05 13:14:58 +0200
commit677717c5c86f107b2d196d70796a9be7db3532df (patch)
tree839f2efb18e22011490afe0038961ecb0a0e2e6f /src/main.c
parent04331cc45e03325c6470bc5285d5c09843b24afd (diff)
start epoll integration by upoll
Change-Id: If137a21e6f411775446393525ad7512421d7780e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 37183e72..15f84b18 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,6 +26,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <stdint.h>
#include "afb-plugin.h"