Signed-off-by: Petr Uzel <petr.uzel@xxxxxxx> --- libuuid/src/gen_uuid.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/libuuid/src/gen_uuid.c b/libuuid/src/gen_uuid.c index 9d5575b..613da02 100644 --- a/libuuid/src/gen_uuid.c +++ b/libuuid/src/gen_uuid.c @@ -91,6 +91,7 @@ #include "uuidP.h" #include "uuidd.h" #include "randutils.h" +#include "c.h" #ifdef HAVE_TLS #define THREAD_LOCAL static __thread @@ -150,9 +151,6 @@ static int get_node_id(unsigned char *node_id) * just sizeof(struct ifreq) */ #ifdef HAVE_SA_LEN -#ifndef max -#define max(a,b) ((a) > (b) ? (a) : (b)) -#endif #define ifreq_size(i) max(sizeof(struct ifreq),\ sizeof((i).ifr_name)+(i).ifr_addr.sa_len) #else -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html