Skip to content

Commit

Permalink
autotools: fix lxc-usernsexec build
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Sep 30, 2018
1 parent 47d720d commit 49182c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lxc/Makefile.am
Expand Up @@ -366,7 +366,6 @@ lxc_usernsexec_SOURCES = cmd/lxc_usernsexec.c \
list.h \
log.c log.h \
macro.h \
namespace.c namespace.h \
file_utils.c file_utils.h \
string_utils.c string_utils.h \
utils.c utils.h
Expand Down
3 changes: 2 additions & 1 deletion src/lxc/cmd/lxc_usernsexec.c
Expand Up @@ -47,7 +47,8 @@
#include "list.h"
#include "log.h"
#include "macro.h"
#include "namespace.h"
#include "file_utils.h"
#include "string_utils.h"
#include "utils.h"

extern int lxc_log_fd;
Expand Down

0 comments on commit 49182c3

Please sign in to comment.