Replace usages of limits.h with the compatibility header
[babeltrace.git] / formats / ctf / types / string.c
index 002f1b4fb335f5bb34d776fa79d36b5f9bf83c35..c6935162d6c823b31315300a454bdf9109862739 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/ctf/types.h>
-#include <limits.h>            /* C99 limits */
+#include <babeltrace/compat/limits.h>  /* C99 limits */
 #include <string.h>
 
 int ctf_string_read(struct bt_stream_pos *ppos, struct bt_definition *definition)
This page took 0.022501 seconds and 4 git commands to generate.