libs/libc/time/lib_gmtimer.c: Fix compile problem from PR317

PR317 removed definitions for SEC_PER_MIN, SEC_PER_HOUR, and SEC_PER_DAY because these were duplicates of definitions in include/nuttx/clock.h.  However, the PR did not include nuttx/clock.h so the removal of these definitions resulted in compilation failures.

Noted by Ouss4
This commit is contained in:
Gregory Nutt 2020-02-19 15:39:24 -06:00 committed by Abdelatif Guettouche
parent 2ec59121fb
commit d202e2ef61

View File

@ -46,6 +46,7 @@
#include <debug.h>
#include <nuttx/time.h>
#include <nuttx/clock.h>
/****************************************************************************
* Private Function Prototypes