Move print.h header to upper level dir
[babeltrace.git] / plugins / ctf / fs-src / fs.c
index 2abd9b57cc02aa77e17a3653a9afeab08ed02dcb..d50966f7cbf28956f6a39bb459fe33233605dff3 100644 (file)
@@ -38,6 +38,7 @@
 #include <plugins-common.h>
 #include <glib.h>
 #include <assert.h>
+#include <stdbool.h>
 #include <unistd.h>
 #include "fs.h"
 #include "metadata.h"
@@ -47,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.022969 seconds and 4 git commands to generate.