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.
This commit is contained in:
Nick Mathewson 2019-12-15 11:46:05 -05:00
parent a7b6c01468
commit 1d0ccda595

View 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`.