Replace usages of limits.h with the compatibility header
[babeltrace.git] / formats / ctf / types / float.c
index b82f68db91fbd901859ee3a8004ed6794c07b3a1..2586952632e69818e848cd8c41306eda07e04b43 100644 (file)
@@ -31,7 +31,7 @@
 #include <babeltrace/ctf/types.h>
 #include <glib.h>
 #include <float.h>     /* C99 floating point definitions */
-#include <limits.h>    /* C99 limits */
+#include <babeltrace/compat/limits.h>  /* C99 limits */
 #include <babeltrace/endian.h>
 #include <pthread.h>
 
This page took 0.023111 seconds and 4 git commands to generate.