Unverified Commit f392f4ed by Christian Brauner Committed by GitHub

Merge pull request #2209 from tenforward/fix_personality

tools: Include config.h in tool_utils.c
parents 9574bd59 2e607d1c
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include "config.h"
#if HAVE_SYS_PERSONALITY_H #if HAVE_SYS_PERSONALITY_H
#include <sys/personality.h> #include <sys/personality.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment