X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Fvisitor.h;fp=src%2Fctf-writer%2Fvisitor.h;h=512161171e5416c64fac53143d6ee6145649b34f;hb=91d8147391efdc4d42cc4e1c171a65c0372a008f;hp=549285e2d98baeb5b0adf67e99f52009ef8a03c6;hpb=4e87f509dec8aed765d6b6b4c868be65b8580c37;p=babeltrace.git diff --git a/src/ctf-writer/visitor.h b/src/ctf-writer/visitor.h index 549285e2..51216117 100644 --- a/src/ctf-writer/visitor.h +++ b/src/ctf-writer/visitor.h @@ -25,8 +25,9 @@ * SOFTWARE. */ +#include #include -#include "common/babeltrace.h" +#include "common/macros.h" typedef void *(*bt_ctf_child_accessor)(void *object, int index); typedef int64_t (*bt_ctf_child_count_accessor)(void *object);