mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Add include for stdlib.h
This is needed for size_t when hash.h is the first file included.
This commit is contained in:
parent
a09f02db1a
commit
2b539ee4ae
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#define __hash_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/** \defgroup hash Hash tables
|
||||
\ingroup utils
|
||||
|
|
Loading…
Reference in a new issue