Replace usages of limits.h with the compatibility header
[babeltrace.git] / formats / lttng-live / lttng-viewer-abi.h
index f9bce98d0b8dd8b8d5d6e480c993020502bf5d28..d254bf963907b3a1a33953cc52449c0bccb051e7 100644 (file)
@@ -25,7 +25,7 @@
  * SOFTWARE.
  */
 
-#include <limits.h>
+#include <babeltrace/compat/limits.h>
 
 #define LTTNG_VIEWER_PATH_MAX          4096
 #define LTTNG_VIEWER_NAME_MAX          255
This page took 0.023398 seconds and 4 git commands to generate.