[tor-commits] [tor/master] Add torint.h include to confdecl.h.
nickm at torproject.org
nickm at torproject.org
Thu Dec 19 12:55:15 UTC 2019
commit 1d0ccda5955957c6c09a081502b315ba21c7c62e
Author: Nick Mathewson <nickm at torproject.org>
Date: Sun Dec 15 11:46:05 2019 -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.
---
src/lib/conf/confdecl.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/conf/confdecl.h b/src/lib/conf/confdecl.h
index 294a1e717..064ab324f 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`.
More information about the tor-commits
mailing list