Add `-internal` suffix to all internal header files
[babeltrace.git] / compat / compat_uuid.c
index a775da47b5c7f0388602f374c614640ac7b6d88b..03ca167592404add2993d63eb4f5a5c1cc9237a7 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <windows.h>
 #include <stdlib.h>
-#include <babeltrace/compat/uuid.h>
+#include <babeltrace/compat/uuid-internal.h>
 
 /* MinGW does not provide byteswap - implement our own version. */
 static
This page took 0.022665 seconds and 4 git commands to generate.