Move print.h header to upper level dir
[babeltrace.git] / plugins / ctf / fs-src / data-stream.c
index 016e3fc5411713944ac016a7e833fddc5999e00c..bc0d12178f839dafbc7600085a7697e6fae2a497 100644 (file)
@@ -42,7 +42,8 @@
 
 #define PRINT_ERR_STREAM       ctf_fs->error_fp
 #define PRINT_PREFIX           "ctf-fs-data-stream"
-#include "print.h"
+#define PRINT_DBG_CHECK                ctf_fs_debug
+#include "../print.h"
 
 static inline
 size_t remaining_mmap_bytes(struct ctf_fs_stream *stream)
This page took 0.024149 seconds and 4 git commands to generate.