2
0
mirror of git://github.com/lxc/lxc synced 2025-09-05 04:29:33 +00:00

build: add src/include to build and simplify header inclusions

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2021-09-03 09:25:56 +02:00
parent 074c356087
commit 58db1a61c8
40 changed files with 57 additions and 55 deletions

View File

@@ -40,7 +40,7 @@
#include <../src/config.h>
#if IS_BIONIC
#include <../src/include/lxcmntent.h>
#include "lxcmntent.h"
#else
#include <mntent.h>
#endif