From: Christian Brauner Date: Fri, 3 Sep 2021 14:10:44 +0000 (+0200) Subject: log: fix includes X-Git-Tag: lxc-4.0.11~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037bb4f693aa99eb900b2afb4762fb9f2cafa27f;p=thirdparty%2Flxc.git log: fix includes Signed-off-by: Christian Brauner --- 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