Replace usages of limits.h with the compatibility header
[babeltrace.git] / types / types.c
index 0d1a89d1946c0146e08ba28ffafcb09fabfa84fc..ade23e5ef0440555703d81ec44e4afee44eb2598 100644 (file)
@@ -31,7 +31,7 @@
 #include <babeltrace/format.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/types.h>
-#include <limits.h>
+#include <babeltrace/compat/limits.h>
 #include <glib.h>
 #include <errno.h>
 
This page took 0.022808 seconds and 4 git commands to generate.