mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
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. Fixes bug 19767; bugfix on 0.2.9.1-alpha (the first
|
|
version to use AC_USE_SYSTEM_EXTENSIONS).
|
|
|