Fix: add missing includes for embedded help
[lttng-tools.git] / src / bin / lttng / commands / enable_rotation.c
index 80fc495ba8de8dcbf94a76bf98cc9c164e3f8ef3..80ebc8cdc48a59f12a189b436f9d42b4a11cb330 100644 (file)
 static char *opt_session_name;
 static struct mi_writer *writer;
 
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-enable-rotation.1.h>
+;
+#endif
+
 enum {
        OPT_HELP = 1,
        OPT_LIST_OPTIONS,
This page took 0.022989 seconds and 4 git commands to generate.