summaryrefslogtreecommitdiff
path: root/src/ostree/ot-editor.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-25 11:00:19 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2016-05-25 14:01:39 +0000
commitd36862479860df5b133dca51dbf0607bbe849a5b (patch)
treeaeb1b247b5eb3c6a094b0e772921378faee0349f /src/ostree/ot-editor.c
parent2f2af9252db84b2a0c91324788722c4335411c8b (diff)
downloadostree-d36862479860df5b133dca51dbf0607bbe849a5b.tar.gz
Build on older versions of glib
Various places need to include libglnx.h for the autoptr backport fallbacks to be there before ostree-autocleanups.h is included. This fixes the build on centos7ยท Closes: #309 Approved by: giuseppe
Diffstat (limited to 'src/ostree/ot-editor.c')
-rw-r--r--src/ostree/ot-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-editor.c b/src/ostree/ot-editor.c
index 4c29c81e..2e045844 100644
--- a/src/ostree/ot-editor.c
+++ b/src/ostree/ot-editor.c
@@ -22,9 +22,9 @@
#include "config.h"
+#include "libglnx.h"
#include "ot-editor.h"
#include "libgsystem.h"
-#include "libglnx.h"
#include <sys/wait.h>
#include <string.h>