From 994f1b1e831cb1687a1bdc5f7f921b452b822dfe Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Mar 2007 01:47:40 +0000 Subject: Avoid link error due to program_name. --- tests/test-avltree_list.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/test-avltree_list.c') diff --git a/tests/test-avltree_list.c b/tests/test-avltree_list.c index 26d33962fe..b8bd0df2f6 100644 --- a/tests/test-avltree_list.c +++ b/tests/test-avltree_list.c @@ -1,5 +1,5 @@ /* Test of sequential list data type implementation. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software; you can redistribute it and/or modify @@ -20,10 +20,12 @@ # include #endif +#include "gl_avltree_list.h" + #include #include "gl_array_list.h" -#include "gl_avltree_list.h" +#include "progname.h" extern void gl_avltree_list_check_invariants (gl_list_t list); -- cgit v1.2.1