Commit 18c919fcdb56d6f2b9bba78ee9a281630f891f0b

Steffen Jaeckel 2019-07-17T15:42:06

Merge pull request #326 from nomeata/stdlib Import stddef in tommath.h

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tommath.h b/tommath.h
index ef7db3a..2af9072 100644
--- a/tommath.h
+++ b/tommath.h
@@ -5,6 +5,7 @@
 #define BN_H_
 
 #include <stdint.h>
+#include <stddef.h>
 #include <limits.h>
 
 #ifdef LTM_NO_FILE