From 2550f87b889b97092df03b34472e82cbaef298d7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Mar 2007 01:46:17 +0000 Subject: [PATCH] Include gl_array_list.h first. --- tests/test-array_list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-array_list.c b/tests/test-array_list.c index 3cd1e3eac..335456ebd 100644 --- a/tests/test-array_list.c +++ b/tests/test-array_list.c @@ -20,9 +20,10 @@ # include #endif +#include "gl_array_list.h" + #include -#include "gl_array_list.h" #include "progname.h" static const char *objects[15] = -- 2.11.0