From 3efeaed0d867c9d54701e9351de44e747cd21578 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 16 Aug 2015 20:11:13 +0200 Subject: [PATCH] correct a minor mistake --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 6073f037f..a607c888b 100644 --- a/common.h +++ b/common.h @@ -413,7 +413,7 @@ typedef char* env_var_t; #if !defined(RPCC_DEFINED) && !defined(OS_WINDOWS) #ifdef _POSIX_MONOTONIC_CLOCK -#if defined(__GNUC_PREREQ) && __GLIBC_PREREQ(2, 17) // don't require -lrt +#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 17) // don't require -lrt #define USE_MONOTONIC #elif defined(OS_ANDROID) #define USE_MONOTONIC