mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 15:23:29 +00:00
tools/lxc_start: fix includes
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
5de879e6a5
commit
f614b9f43d
@ -1,8 +1,7 @@
|
||||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE 1
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
@ -20,11 +19,11 @@
|
||||
#include <sys/utsname.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <lxc/lxccontainer.h>
|
||||
#include "lxccontainer.h"
|
||||
#include "attach_options.h"
|
||||
|
||||
#include "arguments.h"
|
||||
#include "caps.h"
|
||||
#include "config.h"
|
||||
#include "confile.h"
|
||||
#include "log.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user