Merge pull request #326 from nomeata/stdlib Import stddef in tommath.h
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