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>
tor-commits@lists.torproject.org