summaryrefslogtreecommitdiff
path: root/tests/test-avltree_list.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-03 01:47:40 +0000
committerBruno Haible <bruno@clisp.org>2007-03-03 01:47:40 +0000
commit994f1b1e831cb1687a1bdc5f7f921b452b822dfe (patch)
tree39c892051e3826c76ba3211c5f843773ca9ad4be /tests/test-avltree_list.c
parentc6911bd40f32e840e005103dda936b311faa306d (diff)
downloadgnulib-994f1b1e831cb1687a1bdc5f7f921b452b822dfe.tar.gz
Avoid link error due to program_name.
Diffstat (limited to 'tests/test-avltree_list.c')
-rw-r--r--tests/test-avltree_list.c6
1 files changed, 4 insertions, 2 deletions
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 <bruno@clisp.org>, 2006.
This program is free software; you can redistribute it and/or modify
@@ -20,10 +20,12 @@
# include <config.h>
#endif
+#include "gl_avltree_list.h"
+
#include <stdlib.h>
#include "gl_array_list.h"
-#include "gl_avltree_list.h"
+#include "progname.h"
extern void gl_avltree_list_check_invariants (gl_list_t list);