From: Nick Mathewson Date: Sun, 11 Sep 2016 20:53:37 +0000 (-0400) Subject: changes file for 19767 X-Git-Tag: tor-0.2.9.3-alpha~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d84a6d998f11ff1667fce8e22c9241756880cf8;p=thirdparty%2Ftor.git changes file for 19767 --- diff --git a/changes/bug19767 b/changes/bug19767 new file mode 100644 index 0000000000..f0a010be0c --- /dev/null +++ b/changes/bug19767 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Always include orconfig.h before including any other C headers. + Sometimes, it includes macros that affect the behavior of the + standard headers. Closes bug 19767.