Replace usages of limits.h with the compatibility header
[babeltrace.git] / formats / ctf-text / types / string.c
index c397f0e2dfa720ebc150f0b96efd5fc2d3540c14..df7f5f7d583ebcfd53c23d1b4eba42407982491f 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
-#include <limits.h>            /* C99 limits */
+#include <babeltrace/compat/limits.h>          /* C99 limits */
 #include <string.h>
 
 int ctf_text_string_write(struct bt_stream_pos *ppos,
 #include <string.h>
 
 int ctf_text_string_write(struct bt_stream_pos *ppos,
This page took 0.024026 seconds and 4 git commands to generate.