Date: Tue, 27 Nov 2018 20:01:06 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486058 - head/games/blokish/files Message-ID: <201811272001.wARK16AT046801@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 27 20:01:06 2018 New Revision: 486058 URL: https://svnweb.freebsd.org/changeset/ports/486058 Log: - <sys/limits.h> is not in POSIX unlike <limits.h> - "ai.h" doesn't need the fix unlike ai.cpp, so move both below Reported by: jbeich Approved by: portmgr (tier-2 blanket) Modified: head/games/blokish/files/patch-src_ai.cpp Modified: head/games/blokish/files/patch-src_ai.cpp ============================================================================== --- head/games/blokish/files/patch-src_ai.cpp Tue Nov 27 19:59:27 2018 (r486057) +++ head/games/blokish/files/patch-src_ai.cpp Tue Nov 27 20:01:06 2018 (r486058) @@ -4,8 +4,8 @@ /* This file is contains the AI logic. */ + #include "ai.h" +#include <algorithm> +#include <sys/limits.h> - #include "ai.h" AI::AI(BlokishBoard &board)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811272001.wARK16AT046801>