]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add torint.h include to confdecl.h.
authorNick Mathewson <nickm@torproject.org>
Sun, 15 Dec 2019 16:46:05 +0000 (11:46 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 15 Dec 2019 16:46:05 +0000 (11:46 -0500)
This change allows other modules to include confdecl.h without
having first to include integer types they might not even use.

src/lib/conf/confdecl.h

index 294a1e7173089840c8a82bd48bb35c4300135e06..064ab324f861db84a7244d2d30fe62b6a58f8bd7 100644 (file)
@@ -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`.