; Avoid compilation warning on MS-Windows
* src/timefns.c (sys_clock): Declare, to avoid compilation warning.
This commit is contained in:
parent
40c23c11e8
commit
58b8ed8b55
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#ifdef WINDOWSNT
|
||||||
|
extern clock_t sys_clock (void);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_TIMEZONE_T
|
#ifdef HAVE_TIMEZONE_T
|
||||||
# include <sys/param.h>
|
# include <sys/param.h>
|
||||||
# if defined __NetBSD_Version__ && __NetBSD_Version__ < 700000000
|
# if defined __NetBSD_Version__ && __NetBSD_Version__ < 700000000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue