summaryrefslogtreecommitdiff
path: root/tests/test-array_oset.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-14 00:24:41 +0100
committerBruno Haible <bruno@clisp.org>2009-12-14 00:38:52 +0100
commit766d4f1de6c26bb084382524eaed00b45ab3112c (patch)
tree9e706664e14d6bfa113fa12a6b1bbd49cf29ed73 /tests/test-array_oset.c
parent8fe59d16da6be1fbd1a3a9e507d620bd381b00da (diff)
downloadgnulib-766d4f1de6c26bb084382524eaed00b45ab3112c.tar.gz
Move the malloc checking from module 'list' to new module 'xlist'.
Diffstat (limited to 'tests/test-array_oset.c')
-rw-r--r--tests/test-array_oset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-array_oset.c b/tests/test-array_oset.c
index 20025305c6..f79d1620bb 100644
--- a/tests/test-array_oset.c
+++ b/tests/test-array_oset.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
+#include "gl_xlist.h"
#include "gl_array_list.h"
#include "progname.h"