mirror of
https://git.proxmox.com/git/mirror_corosync-qdevice
synced 2025-04-28 14:44:08 +00:00
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:
parent
3f76ace659
commit
77b6a19678
@ -36,6 +36,8 @@
|
||||
#define _PR_POLL_LOOP_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <nspr.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 <sys/types.h>
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user