mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-17 01:31:47 +00:00
List.h needs sys/platform.h for ID_INLINE
Everytime List.h is included in a new file (and sys/platform.h isn't) there are confusing compiler-errors.. So just #include sys/platform.h in List.h directly, because it uses ID_INLINE which is defined there
This commit is contained in:
parent
a7bfd05797
commit
f317b056c6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#ifndef __LIST_H__
|
||||
#define __LIST_H__
|
||||
|
||||
#include "sys/platform.h"
|
||||
/*
|
||||
===============================================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue