From d31d66314baaf76b263fdfa6388748f05d14f687 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Jun 2018 10:15:40 +0000 Subject: win32/Makefile.sub: gettimeofday is defined in win32.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 78493f143b..48788c2aa6 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -781,6 +781,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define HAVE_MKDIR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 +#define HAVE_GETTIMEOFDAY 1 #define HAVE_SPAWNV 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 -- cgit v1.2.3