aboutsummaryrefslogtreecommitdiff
path: root/src/gen/field.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/field.c')
-rw-r--r--src/gen/field.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gen/field.c b/src/gen/field.c
index 7780406..3c93880 100644
--- a/src/gen/field.c
+++ b/src/gen/field.c
@@ -6,6 +6,7 @@
#include "io/input.h"
#include "io/output.h"
#include "math/poly.h"
+#include "misc/compat.h"
static GEN field_primer(unsigned long bits) { return random_prime(bits); }