fix: Add missing include on macOs
[babeltrace.git] / src / compat / uuid.c
index 1f60939a4b45a1b489160dd2cd4c417b157e31a6..0cc5976fd88959452c5edd8369e3de6c09bd1bf2 100644 (file)
@@ -23,6 +23,8 @@
  */
 
 #ifdef __APPLE__
+#include "common/macros.h"
+
 /*
  * On macOS, we need a dummy symbol so that the linker won't
  * complain of an empty table of contents.
This page took 0.024183 seconds and 4 git commands to generate.