From 908ccb9dcdff19c6015a31726d2db5db5fef3ede Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 1 May 2004 20:46:28 +0000 Subject: Handle windows socket errors correctly; comment most of common. svn:r1756 --- src/common/torint.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/torint.h') 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 #endif -- cgit v1.2.3-54-g00ecf