mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
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:
parent
506902f8a0
commit
86ac8062f5
@ -20,6 +20,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "libglnx.h"
|
||||
#include "libgsystem.h"
|
||||
#include <glib.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user