From 79f8c9968f123c552686cbc6970ce8e70d4c2b58 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 16 Jan 2019 17:06:33 +0900 Subject: [PATCH] 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 --- libthor/thor_net.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include "thor.h" #include "thor_internal.h" -- 2.34.1