diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-18 04:51:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-18 04:51:07 +0000 |
commit | 768160c872da938d14b441fceef25de1d473df58 (patch) | |
tree | 4c8f725c4aa4876f75907220130690b3d001b376 /src/common/util.h | |
parent | 27fcbf87f3a11a033fdfb1e5e2a7f415b7125bdc (diff) | |
download | tor-768160c872da938d14b441fceef25de1d473df58.tar.gz tor-768160c872da938d14b441fceef25de1d473df58.zip |
Inline key smartlist functions; use fast versions by default.
svn:r5265
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index b506651a6d..858162a074 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -16,6 +16,7 @@ #include "torint.h" #include "compat.h" #include <stdio.h> +#include <stdlib.h> #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif |