[tor-commits] [torsocks/master] Fix: add missing includes in log.h
dgoulet at torproject.org
dgoulet at torproject.org
Fri Apr 4 22:40:25 UTC 2014
commit f2e2a66268406680e33165d4f13efa244dd29835
Author: David Goulet <dgoulet at ev0ke.net>
Date: Tue Jun 11 21:47:56 2013 -0400
Fix: add missing includes in log.h
Signed-off-by: David Goulet <dgoulet at 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>
More information about the tor-commits
mailing list