Move print.h header to upper level dir
[babeltrace.git] / plugins / ctf / fs-src / fs.c
index a20e7d6c1b21a84e111a86070fb5e8c9586460d5..d50966f7cbf28956f6a39bb459fe33233605dff3 100644 (file)
@@ -48,7 +48,8 @@
 
 #define PRINT_ERR_STREAM       ctf_fs->error_fp
 #define PRINT_PREFIX           "ctf-fs"
-#include "print.h"
+#define PRINT_DBG_CHECK                ctf_fs_debug
+#include "../print.h"
 #define METADATA_TEXT_SIG      "/* CTF 1.8"
 
 BT_HIDDEN
This page took 0.031928 seconds and 4 git commands to generate.