From 037bb4f693aa99eb900b2afb4762fb9f2cafa27f Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Fri, 3 Sep 2021 16:10:44 +0200 Subject: [PATCH] log: fix includes Signed-off-by: Christian Brauner --- src/lxc/log.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lxc/log.h b/src/lxc/log.h index 8ee5f9862..b3aecf9cb 100644 --- a/src/lxc/log.h +++ b/src/lxc/log.h @@ -3,9 +3,8 @@ #ifndef __LXC_LOG_H #define __LXC_LOG_H -#ifndef _GNU_SOURCE -#define _GNU_SOURCE 1 -#endif +#include "config.h" + #include #include #include @@ -18,7 +17,6 @@ #include "compiler.h" #include "conf.h" -#include "config.h" #ifndef O_CLOEXEC #define O_CLOEXEC 02000000 -- 2.47.2