From: Nick Mathewson Date: Sun, 15 Dec 2019 16:46:05 +0000 (-0500) Subject: Add torint.h include to confdecl.h. X-Git-Tag: tor-0.4.3.1-alpha~66^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d0ccda5955957c6c09a081502b315ba21c7c62e;p=thirdparty%2Ftor.git 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. --- diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h index 294a1e7173..064ab324f8 100644 --- 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`.