summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r--generic/tclTomMath.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index 26db082..41e5b1d 100644
--- a/generic/tclTomMath.h
+++ b/generic/tclTomMath.h
@@ -1,13 +1,7 @@
#ifndef BN_TCL_H_
#define BN_TCL_H_
-#ifdef MP_NO_STDINT
-# ifdef HAVE_STDINT_H
-# include <stdint.h>
-# else
-# include "../compat/stdint.h"
-# endif
-#endif
+#include <stdint.h>
#if defined(TCL_NO_TOMMATH_H)
typedef size_t mp_digit;
typedef int mp_sign;