Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
[babeltrace.git] / logging / log.c
index 13fcab8e843218dca263316450fb41319146644f..f2fa0cb66373eabaa492ff49e753d50ab86bd893 100644 (file)
@@ -288,7 +288,7 @@ extern unsigned long pthread_getsequence_np(pthread_t *);
                #undef __STRICT_ANSI__
        #endif
 #endif
-#include <assert.h>
+#include <babeltrace/assert-internal.h>
 #include <ctype.h>
 #include <string.h>
 #include <time.h>
This page took 0.04115 seconds and 4 git commands to generate.