sys/param.h is required for MAXNAMLEN on musl libc
[babeltrace.git] / formats / lttng-live / lttng-live.h
index 56492be0c81a3f5c340e614d4067deb93ee355b9..276051dafeb82adf3cfd2bc3559e603964681a59 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.023083 seconds and 4 git commands to generate.