diff options
Diffstat (limited to 'src/lib/container/smartlist.h')
-rw-r--r-- | src/lib/container/smartlist.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/container/smartlist.h b/src/lib/container/smartlist.h index 76ecbda0a2..3b19cbfce4 100644 --- a/src/lib/container/smartlist.h +++ b/src/lib/container/smartlist.h @@ -6,6 +6,12 @@ #ifndef TOR_SMARTLIST_H #define TOR_SMARTLIST_H +/** + * \file smartlist.h + * + * \brief Header for smartlist.c + **/ + #include <stdarg.h> #include "lib/smartlist_core/smartlist_core.h" |