summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/math_util.h b/include/math_util.h
index 51065d2bce..6b4b8cb3e5 100644
--- a/include/math_util.h
+++ b/include/math_util.h
@@ -8,9 +8,11 @@
#ifndef __CROS_EC_MATH_UTIL_H
#define __CROS_EC_MATH_UTIL_H
-#include <stdint.h>
+#include "config.h"
#include "limits.h"
+#include <stdint.h>
+
#ifdef CONFIG_FPU
typedef float fp_t;
typedef float fp_inter_t;