From: havoc Date: Sat, 7 May 2005 17:53:47 +0000 (+0000) Subject: fix a crash in portal clipping code (forgot to include polygon.h) X-Git-Tag: xonotic-v0.1.0preview~4936 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=46cacd9deb1affcbfdb527aa0b23608989e19a30;p=xonotic%2Fdarkplaces.git fix a crash in portal clipping code (forgot to include polygon.h) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5243 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/portals.c b/portals.c index 35334b5c..7d79b32c 100644 --- a/portals.c +++ b/portals.c @@ -1,5 +1,6 @@ #include "quakedef.h" +#include "polygon.h" #define MAXRECURSIVEPORTALPLANES 1024 #define MAXRECURSIVEPORTALS 256