pr-poll-loop: Add queue header include

Also add same includes to qnetd-alog-utils header file.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
Jan Friesse 2020-11-03 15:51:58 +01:00
parent 3f76ace659
commit 77b6a19678
2 changed files with 8 additions and 1 deletions

View File

@ -36,6 +36,8 @@
#define _PR_POLL_LOOP_H_
#include <sys/types.h>
#include <sys/queue.h>
#include <inttypes.h>
#include <nspr.h>

View File

@ -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 <sys/types.h>
#include <sys/queue.h>
#include <inttypes.h>
#ifdef __cplusplus
extern "C" {
#endif