summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/fixedpoint/fixedpoint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fixedpoint/fixedpoint.c b/lib/fixedpoint/fixedpoint.c
index 4530857df0..645419d102 100644
--- a/lib/fixedpoint/fixedpoint.c
+++ b/lib/fixedpoint/fixedpoint.c
@@ -24,6 +24,7 @@
24#include <stdlib.h> 24#include <stdlib.h>
25#include <stdbool.h> 25#include <stdbool.h>
26#include <inttypes.h> 26#include <inttypes.h>
27#include <limits.h>
27 28
28#define ULONG_BITS (sizeof (unsigned long)*CHAR_BIT) 29#define ULONG_BITS (sizeof (unsigned long)*CHAR_BIT)
29 30