Adapt `src.ctf.lttng-live` to current API
[babeltrace.git] / logging / log.c
index 13fcab8e843218dca263316450fb41319146644f..0d317f031c27774fc96ac4514e7dc7342d961f6a 100644 (file)
@@ -7,6 +7,7 @@
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/common-internal.h>
 #include <pthread.h>
+#include <assert.h>
 
 #ifdef __CYGWIN__
 extern unsigned long pthread_getsequence_np(pthread_t *);
@@ -288,7 +289,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.025184 seconds and 4 git commands to generate.