mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 03:44:32 +00:00
tools: Include config.h in tool_utils.c
Since we do not include config.h, personality is not set. This is fix it. See issue #2208. Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
This commit is contained in:
parent
9574bd59a3
commit
2e607d1c13
@ -37,6 +37,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if HAVE_SYS_PERSONALITY_H
|
||||
#include <sys/personality.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user