mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix missing include.
This commit is contained in:
parent
40d0490b7c
commit
9c6955f406
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ static const char rcsid[] =
|
|||
#include <stdlib.h> // should be sys/types.h, but bc is stupid
|
||||
|
||||
#include "QF/hash.h"
|
||||
#include "QF/sys.h"
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue