lib: rename include dir to babeltrace2
[babeltrace.git] / compat / compat_uuid.c
index 94511d3147b626d42e000b11aa952d72fa8e8564..b367ec139dc9bc8496fef228d7f81edab39e5017 100644 (file)
  * SOFTWARE.
  */
 
+#define BT_LOG_TAG "COMPAT-UUID"
+#include "logging.h"
+
+#ifdef __APPLE__
+/*
+ * On macOS, we need a dummy symbol so that the linker won't
+ * complain of an empty table of contents.
+ */
+BT_HIDDEN
+int bt_uuid_dummy_symbol;
+#endif /* __APPLE__ */
+
 #ifdef __MINGW32__
 
 #include <rpc.h>
 #include <stdlib.h>
-#include <babeltrace/compat/uuid-internal.h>
+#include <babeltrace2/compat/uuid-internal.h>
 
 /* MinGW does not provide byteswap - implement our own version. */
 static
This page took 0.024053 seconds and 4 git commands to generate.