summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_opersha256.cpp2
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"