diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-27 12:13:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-27 12:13:48 +0000 |
commit | 8f003b86f225a607dcbec00bbde5bbf965e65e54 (patch) | |
tree | 2a6ce6ee9e1baa42abca94c1a1e31d493119df02 /src/modules | |
parent | 3c3165311b072a8db9ffe3757606a4ccef294465 (diff) |
Changed back to using stdint.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2932 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_opersha256.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> -#include "inttypes.h" +#include <stdint.h> #include "users.h" #include "channels.h" #include "modules.h" |