From 3d55ba8f8571c8329b6dad888f563864a9f83113 Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Sun, 6 Jan 2019 19:54:45 +0100 Subject: [PATCH] Include globaldefs.h in arrayedlist.h This fixes a compiler error where GDEF_ATTRIBUTE_INLINE was not defined and thus made tools/quake2/qdata_heretic2/qcommon/arrayedlist.h to fail. --- tools/quake2/qdata_heretic2/qcommon/arrayedlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h b/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h index e54ad223..46663dd5 100644 --- a/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h +++ b/tools/quake2/qdata_heretic2/qcommon/arrayedlist.h @@ -23,6 +23,7 @@ #define _ARRAYEDLIST_H #include +#include typedef struct ArrayedListNode_s { -- 2.39.2