From 9929826973c56b44a6f94e4b8d606a28ab476b3e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 22 Feb 2012 17:09:38 -0500 Subject: [PATCH] Revert "uuid.h should only be included when libuuid is detected" This reverts commit ce32a22799df2d99926df4563e3a52059e3e180a. Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-ust-uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblttng-ust/lttng-ust-uuid.h b/liblttng-ust/lttng-ust-uuid.h index 88b8fefc..1027acbe 100644 --- a/liblttng-ust/lttng-ust-uuid.h +++ b/liblttng-ust/lttng-ust-uuid.h @@ -21,9 +21,9 @@ */ #define LTTNG_UST_UUID_STR_LEN 37 -#ifdef LTTNG_UST_HAVE_LIBUUID #include +#ifdef LTTNG_UST_HAVE_LIBUUID static inline int lttng_ust_uuid_generate(unsigned char *uuid_out) { -- 2.34.1