From 55a7be3ad9e885cb63bbf3b22b972e8f59c3fd8f Mon Sep 17 00:00:00 2001 From: Luke1410 Date: Tue, 17 Sep 2019 01:24:06 +0200 Subject: [PATCH] - dropped unnecessary (and actually problematic) whitespaces around time.h-include (#130) --- Source/include/slikenet/gettimeofday.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/include/slikenet/gettimeofday.h b/Source/include/slikenet/gettimeofday.h index 934219e9d..ef4dbdbbd 100644 --- a/Source/include/slikenet/gettimeofday.h +++ b/Source/include/slikenet/gettimeofday.h @@ -6,13 +6,17 @@ * RakNet License.txt file in the licenses directory of this source tree. An additional grant * of patent rights can be found in the RakNet Patents.txt file in the same directory. * + * Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschränkt) + * + * This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style + * license found in the license.txt file in the root directory of this source tree. */ #ifndef __GET_TIME_OF_DAY_H #define __GET_TIME_OF_DAY_H #if defined(_WIN32) && !defined(__GNUC__) &&!defined(__GCCXML__) -#include < time.h > +#include struct timezone { int tz_minuteswest; /* minutes W of Greenwich */