From bc3108440bbec339f34e96849d7cd9de10bfd93d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 23 Jun 2014 11:01:31 -0600 Subject: Fix conditional compilation for CLOCK_MONTONIC. From Manuel Stühn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuttx/include/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/include/time.h') diff --git a/nuttx/include/time.h b/nuttx/include/time.h index e8853ef89..414e19995 100644 --- a/nuttx/include/time.h +++ b/nuttx/include/time.h @@ -99,7 +99,7 @@ * system time-of-day clock. */ -#ifdef CLOCK_MONOTONIC +#ifdef CONFIG_CLOCK_MONOTONIC # define CLOCK_MONOTONIC 2 #endif -- cgit v1.2.3