X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=a2ccca680d16bd2d0d094a0d97dba19848ead1da;hp=448ea9524ef897ca84c86279f360560f7823c0d1;hb=4c8bfb7e0a9cef6e74cefa38ed54bf8cbd424183;hpb=ac65e35509398c6f3f27b26e9309750a565e1cbd diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 448ea952..a2ccca68 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -19,6 +19,7 @@ * all copies or substantial portions of the Software. */ +#include #include #include @@ -52,8 +53,9 @@ long double ctf_ldouble_read(struct stream_pos *pos, void ctf_ldouble_write(struct stream_pos *pos, const struct type_class_float *dest, long double v); -void ctf_float_copy(struct stream_pos *destp, const struct type_class_float *dest, - struct stream_pos *srcp, const struct type_class_float *src); +void ctf_float_copy(struct stream_pos *destp, + struct stream_pos *srcp, + const struct type_class_float *float_class); void ctf_string_copy(struct stream_pos *dest, struct stream_pos *src, const struct type_class_string *string_class);