From be9c3146f4a9710202dc8f257db3d35cd0438f4d Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 10 Jul 2018 08:08:36 -0400 Subject: [PATCH] fix missing header include fixes #569 Change-Id: I795a96dbe224bc798317e47b11d758e56e26d1ae --- daemon/cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/cli.c b/daemon/cli.c index 56a400364..72291a329 100644 --- a/daemon/cli.c +++ b/daemon/cli.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "poller.h" #include "aux.h"