[torsocks/master] Fix: add missing includes in log.h

4 Apr
2014
4 Apr
'14
10:40 p.m.
commit f2e2a66268406680e33165d4f13efa244dd29835 Author: David Goulet <dgoulet@ev0ke.net> Date: Tue Jun 11 21:47:56 2013 -0400 Fix: add missing includes in log.h Signed-off-by: David Goulet <dgoulet@ev0ke.net> --- src/common/log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/log.h b/src/common/log.h index a60618b..29460df 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -20,6 +20,8 @@ #ifndef TORSOCKS_LOG_H #define TORSOCKS_LOG_H +#include <errno.h> +#include <string.h> #include <sys/types.h> #include <unistd.h>
4083
Age (days ago)
4083
Last active (days ago)
0 comments
1 participants
participants (1)
-
dgoulet@torproject.org