aboutsummaryrefslogtreecommitdiffstats
path: root/test/env/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/env/hashtable.c')
-rw-r--r--test/env/hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/env/hashtable.c b/test/env/hashtable.c
index 70102f9121c..ccdf0138c4b 100644
--- a/test/env/hashtable.c
+++ b/test/env/hashtable.c
@@ -4,11 +4,11 @@
* Roman Kapl, SYSGO, rka@sysgo.com
*/
-#include <common.h>
#include <command.h>
#include <log.h>
#include <search.h>
#include <stdio.h>
+#include <vsprintf.h>
#include <test/env.h>
#include <test/ut.h>