Skip to content

Include globaldefs.h in arrayedlist.h

Martin Schwan requested to merge mschwan/gdef-inline-fix into master

This fixes a compiler error where GDEF_ATTRIBUTE_INLINE was not defined and thus made tools/quake2/qdata_heretic2/qcommon/arrayedlist.h to fail.

Only compiling using the plain Makefile seems to have this problem.

This fixes issue #118 (closed).

Merge request reports