diff options
Diffstat (limited to 'src/common/torint.h')
-rw-r--r-- | src/common/torint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/torint.h b/src/common/torint.h index c80404a468..80ee48820d 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -2,11 +2,16 @@ /* See LICENSE for licensing information */ /* $Id$ */ +/***** + * torint.h: Header file to define uint32_t and friends. + *****/ + #ifndef __TORINT_H #define __TORINT_H #include "orconfig.h" + #ifdef HAVE_STDINT_H #include <stdint.h> #endif |