]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/compiler.h
tree-wide: fix includes to fix bionic builds
[mirror_lxc.git] / src / lxc / compiler.h
index 12214b9b1ee9925eecb64b0ef9c7285319c070e5..5d1c0561ba493cd5a142212e8f33df8f9ebc9c43 100644 (file)
@@ -20,6 +20,9 @@
 #ifndef __LXC_COMPILER_H
 #define __LXC_COMPILER_H
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE 1
+#endif
 #include <sys/cdefs.h>
 
 #include "config.h"