From 8f003b86f225a607dcbec00bbde5bbf965e65e54 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Jan 2006 12:13:48 +0000 Subject: Changed back to using stdint.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2932 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_opersha256.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_opersha256.cpp b/src/modules/m_opersha256.cpp index f7cb6afca..6437a1050 100644 --- a/src/modules/m_opersha256.cpp +++ b/src/modules/m_opersha256.cpp @@ -37,7 +37,7 @@ using namespace std; #include -#include "inttypes.h" +#include #include "users.h" #include "channels.h" #include "modules.h" -- cgit v1.2.3