From 77b6a19678bfd6864d35ddb76c20680d5dc3a4ed Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Tue, 3 Nov 2020 15:51:58 +0100 Subject: [PATCH] pr-poll-loop: Add queue header include Also add same includes to qnetd-alog-utils header file. Signed-off-by: Jan Friesse --- qdevices/pr-poll-loop.h | 2 ++ qdevices/qnetd-algo-utils.h | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/qdevices/pr-poll-loop.h b/qdevices/pr-poll-loop.h index 3171e83..d714c0b 100644 --- a/qdevices/pr-poll-loop.h +++ b/qdevices/pr-poll-loop.h @@ -36,6 +36,8 @@ #define _PR_POLL_LOOP_H_ #include + +#include #include #include diff --git a/qdevices/qnetd-algo-utils.h b/qdevices/qnetd-algo-utils.h index 83f4101..61737ab 100644 --- a/qdevices/qnetd-algo-utils.h +++ b/qdevices/qnetd-algo-utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Red Hat, Inc. + * Copyright (c) 2016-2020 Red Hat, Inc. * * All rights reserved. * @@ -35,6 +35,11 @@ #ifndef _QNETD_ALGO_UTILS_H_ #define _QNETD_ALGO_UTILS_H_ +#include + +#include +#include + #ifdef __cplusplus extern "C" { #endif