summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-16 17:06:33 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2019-01-16 17:06:35 +0900
commit79f8c9968f123c552686cbc6970ce8e70d4c2b58 (patch)
treed56b95f6797535c885e74ca8cba678279036b1d6
parent86eb4d18923a383ad2e0ea077362a200ee9aa043 (diff)
downloadlthor-79f8c9968f123c552686cbc6970ce8e70d4c2b58.tar.gz
lthor-79f8c9968f123c552686cbc6970ce8e70d4c2b58.tar.bz2
lthor-79f8c9968f123c552686cbc6970ce8e70d4c2b58.zip
net: add include for signal.h
To use aio_sigevent in Ubuntu 18.04, add explict include for signal.h. Change-Id: Icbf15f411aa1466879dc017c13311d408ab18a96 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--libthor/thor_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libthor/thor_net.c b/libthor/thor_net.c
index ba044be..29cb295 100644
--- a/libthor/thor_net.c
+++ b/libthor/thor_net.c
@@ -5,6 +5,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <aio.h>
+#include <signal.h>
#include "thor.h"
#include "thor_internal.h"