diff options
Diffstat (limited to 'src/or/rendcommon.h')
-rw-r--r-- | src/or/rendcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rendcommon.h b/src/or/rendcommon.h index 0ed7adc710..c6f2b8eac9 100644 --- a/src/or/rendcommon.h +++ b/src/or/rendcommon.h @@ -12,6 +12,8 @@ #ifndef TOR_RENDCOMMON_H #define TOR_RENDCOMMON_H +#include "rendcache.h" + /** Free all storage associated with <b>data</b> */ static INLINE void rend_data_free(rend_data_t *data) |