tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 1d0ccda5955957c6c09a081502b315ba21c7c62e
parent a7b6c01468171096f9e4b6262771c85511e0e4e7
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun, 15 Dec 2019 11:46:05 -0500

Add torint.h include to confdecl.h.

This change allows other modules to include confdecl.h without
having first to include integer types they might not even use.

Diffstat:
Msrc/lib/conf/confdecl.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h @@ -51,6 +51,7 @@ #undef CONF_CONTEXT #include "lib/cc/tokpaste.h" +#include "lib/cc/torint.h" /** * Begin the definition of a configuration object called `name`.