ctf plugin: add CTF metadata decoder API
[babeltrace.git] / plugins / ctf / common / btr / btr.c
index e7762a3dd08af0ae08510f17ad41ebf62728c611..7c48bd0826a848e6a03639e1ba53c0a3363315a2 100644 (file)
@@ -39,7 +39,7 @@
 
 #define PRINT_ERR_STREAM       btr->err_stream
 #define PRINT_PREFIX           "ctf-btr"
-#include "print.h"
+#include "../print.h"
 
 #define DIV8(_x)                       ((_x) >> 3)
 #define BYTES_TO_BITS(_x)              ((_x) * 8)
This page took 0.023216 seconds and 4 git commands to generate.