From 14bc4dcc229fe45af48986820020779b440149cb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 9 Jul 2010 21:52:20 -0400 Subject: Rename log.h to torlog.h This should make us conflict less with system files named "log.h". Yes, we shouldn't have been conflicting with those anyway, but some people's compilers act very oddly. The actual change was done with one "git mv", by editing Makefile.am, and running find . -name '*.[ch]' | xargs perl -i -pe 'if (/^#include.*\Wlog.h/) {s/log.h/torlog.h/; }' --- src/common/torgzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/torgzip.c') diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 9ebddf07b7..a247d6c177 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -20,7 +20,7 @@ #include "torint.h" #include "util.h" -#include "log.h" +#include "torlog.h" #include "torgzip.h" /* zlib 1.2.4 and 1.2.5 do some "clever" things with macros. Instead of -- cgit v1.2.3-54-g00ecf