From: Mathieu Desnoyers Date: Wed, 22 Feb 2012 22:09:38 +0000 (-0500) Subject: Revert "uuid.h should only be included when libuuid is detected" X-Git-Tag: v2.0.0-rc2~32 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=9929826973c56b44a6f94e4b8d606a28ab476b3e Revert "uuid.h should only be included when libuuid is detected" This reverts commit ce32a22799df2d99926df4563e3a52059e3e180a. Signed-off-by: Mathieu Desnoyers --- 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) {