From ec73fbb062f51581eddcde82b278049f83dce14e Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 07:53:49 +0000 Subject: HAS_STDINT here too git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4265 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_cloaking.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modules/m_cloaking.cpp') diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index 989ec009a..596117ef8 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -33,13 +33,19 @@ using namespace std; #include #include #include +#include "inspircd_config.h" +#ifdef HAS_STDINT #include +#endif #include "users.h" #include "channels.h" #include "modules.h" /* $ModDesc: Provides masking of user hostnames */ +#ifndef HAS_STDINT +typedef unsigned int uint32_t; +#endif /* The four core functions - F1 is optimized somewhat */ -- cgit v1.3.1-10-gc9f91