From 91ec834456b419c0270072d52d28b365aa160dfb Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 26 May 2010 17:35:18 -0400 Subject: [PATCH] include "config.h" for HAVE_POSIX_MEMALIGN --- glib/tests/gvariant.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/tests/gvariant.c b/glib/tests/gvariant.c index 3d6bd70..aa55e74 100644 --- a/glib/tests/gvariant.c +++ b/glib/tests/gvariant.c @@ -11,6 +11,8 @@ * Author: Ryan Lortie */ +#include "config.h" + #include #include #include -- 2.7.4