Replace usages of limits.h with the compatibility header
[babeltrace.git] / tests / lib / test_seek.c
index 4e1a8232cc2e4a8ad131a80e28b607fd97509227..e9b23e5c0c00e980a30c623a0eeb76a055115dc1 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <limits.h>
+#include <babeltrace/compat/limits.h>
 
 #include <tap/tap.h>
 #include "common.h"
This page took 0.023819 seconds and 4 git commands to generate.