mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 03:35:20 +00:00
caps: fix includes
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
f614b9f43d
commit
924c626a94
@ -1,8 +1,7 @@
|
|||||||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||||
|
|
||||||
#ifndef _GNU_SOURCE
|
#include "config.h"
|
||||||
#define _GNU_SOURCE 1
|
|
||||||
#endif
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
@ -11,7 +10,6 @@
|
|||||||
#include <sys/prctl.h>
|
#include <sys/prctl.h>
|
||||||
|
|
||||||
#include "caps.h"
|
#include "caps.h"
|
||||||
#include "config.h"
|
|
||||||
#include "file_utils.h"
|
#include "file_utils.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "macro.h"
|
#include "macro.h"
|
||||||
|
@ -3,9 +3,10 @@
|
|||||||
#ifndef __LXC_CAPS_H
|
#ifndef __LXC_CAPS_H
|
||||||
#define __LXC_CAPS_H
|
#define __LXC_CAPS_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
|
|
||||||
#if HAVE_LIBCAP
|
#if HAVE_LIBCAP
|
||||||
|
Loading…
Reference in New Issue
Block a user