Added missing alloc.h header inclusion
This commit is contained in:
parent
942de4a583
commit
2819cf9ebe
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
# include "common.h"
|
||||
# include "types.h"
|
||||
# include "assert.h"
|
||||
# include "alloc.h"
|
||||
|
||||
# define IDENTIFIER_(Category, Name, Suffix) \
|
||||
Category ## _ ## Name ## _ ## Suffix
|
||||
|
|
Loading…
Add table
Reference in a new issue