r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400

Fix more compile warnings on Woody.


svn:r8349
This commit is contained in:
Nick Mathewson
2006-09-07 19:00:51 +00:00
parent 8a12d9ae2e
commit c063c7b8cb
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,8 +1,12 @@
#include "orconfig.h"
#define DNS_USE_OPENSSL_FOR_ID
#ifndef HAVE_UINT
typedef unsigned int uint;
#endif
#ifndef HAVE_U_CHAR
typedef unsigned char u_char;
#endif
#ifdef MS_WINDOWS
#define inline __inline
#endif