tests: Fix build with old glib

test-checksum.c was using g_autofree without including libglnx.h which
has the backport for that.

Closes: #304
Approved by: cgwalters
This commit is contained in:
Alexander Larsson 2016-05-20 10:59:59 +02:00 committed by Atomic Bot
parent 506902f8a0
commit 86ac8062f5

View File

@ -20,6 +20,7 @@
#include "config.h"
#include "libglnx.h"
#include "libgsystem.h"
#include <glib.h>
#include <stdlib.h>