sys/param.h is required for MAXNAMLEN on musl libc
[babeltrace.git] / formats / lttng-live / lttng-live.h
index e00a51e9739cdd700d7dfc5ab26f58b5d19357cf..b3154581244707cdc3b899a097eeb01513d45fe1 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include <stdint.h>
+#include <sys/param.h>
 #include "lttng-viewer-abi.h"
 
 #define LTTNG_DEFAULT_NETWORK_VIEWER_PORT      5344
This page took 0.02296 seconds and 4 git commands to generate.