From 916cae8fa3a451c4fc802814cc9f118ad4fb9512 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 22 Jan 2016 11:32:57 -0600 Subject: Fix toolbox build issue when using TW_USE_TOOLBOX=true Change-Id: I643873b495318d4886b9f8cfaf1b75555d3166c3 --- toolbox/dynarray.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toolbox/dynarray.h') diff --git a/toolbox/dynarray.h b/toolbox/dynarray.h index f73fb3b9c..0ca54fdf6 100644 --- a/toolbox/dynarray.h +++ b/toolbox/dynarray.h @@ -1,6 +1,8 @@ #ifndef DYNARRAY_H #define DYNARRAY_H +// These functions are now found in system/core/toolbox/ls.c + #include /* simple dynamic array of pointers */ @@ -77,4 +79,4 @@ void strlist_append_dup( strlist_t *list, const char *str); /* sort the strings in a given list (using strcmp) */ void strlist_sort( strlist_t *list ); -#endif /* DYNARRAY_H */ \ No newline at end of file +#endif /* DYNARRAY_H */ -- cgit v1.2.3