Use CHAR_BIT instead of 8 for float and string
[babeltrace.git] / formats / ctf / types / float.c
index a26e94cc20760e9fd88088ac464655964a371df0..ce094747113f762c3f8785a9af913d7128de0882 100644 (file)
@@ -25,6 +25,7 @@
 #include <babeltrace/ctf/types.h>
 #include <glib.h>
 #include <float.h>     /* C99 floating point definitions */
+#include <limits.h>    /* C99 limits */
 #include <endian.h>
 
 /*
This page took 0.022353 seconds and 4 git commands to generate.