Move print.h header to upper level dir
[babeltrace.git] / plugins / ctf / fs-src / file.c
index 8b756496a9d82064981ce1351db6efd34b3ede1e..0d0ed7e0a21ddb66143260b05920c815028def25 100644 (file)
@@ -28,7 +28,8 @@
 
 #define PRINT_ERR_STREAM       ctf_fs->error_fp
 #define PRINT_PREFIX           "ctf-fs-file"
-#include "print.h"
+#define PRINT_DBG_CHECK                ctf_fs_debug
+#include "../print.h"
 
 #include "file.h"
 
This page took 0.024647 seconds and 4 git commands to generate.