From 7aecea79cb7f48ce5a8620b4a9fc2534289b4d5d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 22 Jun 2018 12:53:57 -0400 Subject: A pair of missing includes. --- src/lib/container/smartlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/container') diff --git a/src/lib/container/smartlist.h b/src/lib/container/smartlist.h index dd455390eb..7b1d06d7b0 100644 --- a/src/lib/container/smartlist.h +++ b/src/lib/container/smartlist.h @@ -64,6 +64,7 @@ void smartlist_subtract(smartlist_t *sl1, const smartlist_t *sl2); /* smartlist_choose() is defined in crypto.[ch] */ #ifdef DEBUG_SMARTLIST +#include "lib/err/torerr.h" /** Return the number of items in sl. */ static inline int smartlist_len(const smartlist_t *sl); -- cgit v1.2.3-54-g00ecf