]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Merge branch 'mschwan/gdef-inline-fix' into 'master'
authorThomas Debesse <gitlab@illwieckz.net>
Sat, 18 May 2019 20:36:25 +0000 (20:36 +0000)
committerThomas Debesse <gitlab@illwieckz.net>
Sat, 18 May 2019 20:36:25 +0000 (20:36 +0000)
Include globaldefs.h in arrayedlist.h

Closes #118

See merge request xonotic/netradiant!115

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
 {