[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torsocks/master] Fix: add missing includes in log.h
commit f2e2a66268406680e33165d4f13efa244dd29835
Author: David Goulet <dgoulet@xxxxxxxxx>
Date: Tue Jun 11 21:47:56 2013 -0400
Fix: add missing includes in log.h
Signed-off-by: David Goulet <dgoulet@xxxxxxxxx>
---
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits