]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Include globaldefs.h in arrayedlist.h
authorMartin Schwan <mschwan@posteo.de>
Sun, 6 Jan 2019 18:54:45 +0000 (19:54 +0100)
committerMartin Schwan <mschwan@posteo.de>
Sun, 6 Jan 2019 18:54:45 +0000 (19:54 +0100)
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

index e54ad223275f109ac23d435b553ca0a679753bf7..46663dd5b6f0476eebd4e71f7fe2efc9b17ee786 100644 (file)
@@ -23,6 +23,7 @@
 #define _ARRAYEDLIST_H
 
 #include <assert.h>
+#include <globaldefs.h>
 
 typedef struct ArrayedListNode_s
 {