diff options
Diffstat (limited to 'src/math/equation.c')
| -rw-r--r-- | src/math/equation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/equation.c b/src/math/equation.c index 571ee71..b699b9a 100644 --- a/src/math/equation.c +++ b/src/math/equation.c @@ -2,8 +2,8 @@ * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ -#include <io/input.h> #include "equation.h" +#include "io/input.h" int eq_random(curve_t *curve, config_t *config, ...) { int r = a_random(curve, config) + b_random(curve, config); |
