testlibrary: Include libglnx before flatpak.h

This makes the code use the backport of g_auot* so that we can build
against older versions of glib.
tingping/wmclass
Alexander Larsson 2016-08-29 11:01:05 +02:00
parent 78dae42509
commit b1fcf792e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
#include "config.h"
#include <string.h>
#include <glib.h>
#include "libglnx/libglnx.h"
#include "flatpak.h"
#include "glnx-shutil.h"
static char *testdir;
static char *flatpak_runtimedir;