]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing time.h header in windows isc/time.h for missing prototypes
authorOndřej Surý <ondrej@isc.org>
Tue, 7 Apr 2020 13:32:47 +0000 (15:32 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Apr 2020 07:14:28 +0000 (09:14 +0200)
commitb9f68d098bee88d7bef02e893dc8944ec1ba890e
treeba0c2366890e93853e46cc9ca29cf2f49eafdd56
parentc87ce5a41018efdba36ee31cc1cea89fedc051c8
Add missing time.h header in windows isc/time.h for missing prototypes

The win32 isc/time.h was missing <time.h> header leading to:

    lib\isc\win32\include\isc\time.h(29): warning C4013: 'gmtime_s'
    undefined; assuming extern returning int (compiling source file
    ..\app.c) [lib\isc\win32\libisc.vcxproj]

    lib\isc\win32\include\isc\time.h(39): warning C4013: 'localtime_s'
    undefined; assuming extern returning int (compiling source file
    ..\app.c) [lib\isc\win32\libisc.vcxproj]
lib/isc/win32/include/isc/time.h