diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-11 16:53:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-11 16:53:37 -0400 |
commit | 9d84a6d998f11ff1667fce8e22c9241756880cf8 (patch) | |
tree | 8c00e4352c79fe52d3265aba5da61282b640a17e | |
parent | 64521a9d355da9f21d81c8a82056e544372685b2 (diff) | |
download | tor-9d84a6d998f11ff1667fce8e22c9241756880cf8.tar.gz tor-9d84a6d998f11ff1667fce8e22c9241756880cf8.zip |
changes file for 19767
-rw-r--r-- | changes/bug19767 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |