X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=273c9b72426145fd88400cde874c6c026ee789bc;hp=20e18e86fcf1e952c8f090db3dff58eb430a3e76;hb=43e34335c78d923564d369e9af46b634ce9ad55f;hpb=20d0dcf9609dcd28aebe87c167d6600ddbe668d1 diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index 20e18e86..273c9b72 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -22,8 +22,8 @@ #include #include #include +#include #include -#include #include #include #include @@ -211,8 +211,8 @@ const char *print_loglevel(int value) } static -int ctf_text_write_event(struct stream_pos *ppos, - struct ctf_stream *stream) +int ctf_text_write_event(struct stream_pos *ppos, struct ctf_stream *stream) + { struct ctf_text_stream_pos *pos = container_of(ppos, struct ctf_text_stream_pos, parent);