aboutsummaryrefslogtreecommitdiff
path: root/nextlang.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-22 13:09:46 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-22 13:09:46 -0500
commitbfdb2da9e12775a0caa8de35f1d114181918529a (patch)
tree4c371610df56b3730fac57591e10bc4ff2f48b25 /nextlang.h
parent663182abdf0cb34c1b4331bfe29cefe14e053f73 (diff)
Implement power (^)
Diffstat (limited to 'nextlang.h')
-rw-r--r--nextlang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextlang.h b/nextlang.h
index a2baec57..01ffe3b9 100644
--- a/nextlang.h
+++ b/nextlang.h
@@ -3,6 +3,7 @@
#include <err.h>
#include <gc.h>
#include <gc/cord.h>
+#include <math.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>