From 80edda1cf57d7bf8f22c021d724faab33c3c81d6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 3 Jul 2019 22:53:06 +0200 Subject: patch 8.1.1621: Amiga: time.h included twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Amiga: time.h included twice. Solution: Remove include from evalfunc.c, move outside of #ifdef in os_amiga.h. (Ola Söder, closes #4607) --- src/os_amiga.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os_amiga.h') diff --git a/src/os_amiga.h b/src/os_amiga.h index 718241dd7..6f951fb96 100644 --- a/src/os_amiga.h +++ b/src/os_amiga.h @@ -90,10 +90,11 @@ typedef long off_t; # include # include # include -# include # include #endif +#include // for strftime() and others + #ifndef PROTO /* * arpbase.h must be included before functions.h -- cgit v1.2.1