Fix build with old glib

We failed to include libglnx headers for the proxy which made
things fail if the autoptr support was not in glib.
This commit is contained in:
Alexander Larsson
2015-05-15 13:27:13 +02:00
parent 9028b3960d
commit a1892ee8b0
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
* Alexander Larsson <alexl@redhat.com>
*/
#include "config.h"
#include <unistd.h>
#include <string.h>

View File

@@ -22,6 +22,7 @@
#define __XDG_APP_PROXY_H__
#include <gio/gio.h>
#include "libglnx/libglnx.h"
typedef enum {
XDG_APP_POLICY_NONE,