mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-07 16:59:08 +00:00
initutils: fix includes
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
481f03ef25
commit
443dd10a08
@ -3,6 +3,8 @@
|
|||||||
#ifndef __LXC_INITUTILS_H
|
#ifndef __LXC_INITUTILS_H
|
||||||
#define __LXC_INITUTILS_H
|
#define __LXC_INITUTILS_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
@ -15,7 +17,6 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "cgroups/cgroup.h"
|
#include "cgroups/cgroup.h"
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user