summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
blob: 4c807702df9b61f9f20f1b740f4f308156e14840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 <tommath.h>
#include "tclTomMathDecls.h"

#endif