summaryrefslogtreecommitdiff
path: root/src/utils/fpmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/fpmath.h')
-rw-r--r--src/utils/fpmath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/fpmath.h b/src/utils/fpmath.h
index edf6471..c4db605 100644
--- a/src/utils/fpmath.h
+++ b/src/utils/fpmath.h
@@ -41,5 +41,7 @@ typedef int32_t fixed;
/* Convert a fixed point value to an integer */
#define FIXTOINT(a) ((a) >> 10)
+#include "utils/fpconstants.h"
+
#endif