Fix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LIBC_UUID
[babeltrace.git] / include / babeltrace / compat / uuid.h
index 369e47806e1471425e8629dbde2e611fbbaf4beb..4237eb55cccfb866a457450f55cd9a0078a44411 100644 (file)
@@ -83,7 +83,7 @@ int bt_uuid_compare(const unsigned char *uuid_a,
 }
 #endif
 
-#elif defined(BT_HAVE_LIBC_UUID)
+#elif defined(BABELTRACE_HAVE_LIBC_UUID)
 #include <uuid.h>
 #include <stdint.h>
 #include <string.h>
This page took 0.023454 seconds and 4 git commands to generate.