diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-15 11:46:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-15 11:46:05 -0500 |
commit | 1d0ccda5955957c6c09a081502b315ba21c7c62e (patch) | |
tree | af3a20e6dfc4ea465f0625b49df61ed945e7006b /src/lib/conf | |
parent | a7b6c01468171096f9e4b6262771c85511e0e4e7 (diff) | |
download | tor-1d0ccda5955957c6c09a081502b315ba21c7c62e.tar.gz tor-1d0ccda5955957c6c09a081502b315ba21c7c62e.zip |
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 (limited to 'src/lib/conf')
-rw-r--r-- | src/lib/conf/confdecl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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`. |