X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fspawn-viewer.hpp;h=f7c7a82b5fde0ea2e4c98c62ba191cec8e24d126;hb=dcd24bbf7dbc74e3584d1d0d52715e749023c452;hp=4c2fe0252824b30afcfa3404cf30534c8eb6d851;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/common/spawn-viewer.hpp b/src/common/spawn-viewer.hpp index 4c2fe0252..f7c7a82b5 100644 --- a/src/common/spawn-viewer.hpp +++ b/src/common/spawn-viewer.hpp @@ -9,6 +9,7 @@ */ #include + #include /* @@ -21,7 +22,7 @@ * This symbol was mistakenly made public before the 2.12 release. It can't * be removed (but it can be stubbed-out if necessary). */ -extern "C" LTTNG_EXPORT -int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); +extern "C" LTTNG_EXPORT int +spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); #endif /* ifndef LTTNG_SPAWN_VIEWER_H */