From 6e71b391494a265ecfe80691d8acfd8340d3eab2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 4 Jan 2013 15:45:01 +0000 Subject: Include config.h and our corresponding header first in every source file Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header. --- tests/check-node-properties.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/check-node-properties.c b/tests/check-node-properties.c index 2575524e..0fc030cb 100644 --- a/tests/check-node-properties.c +++ b/tests/check-node-properties.c @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" #include #include -- cgit v1.2.1