mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
fix a header error pointed out by Kaylea Hascall (thanks)
This commit is contained in:
parent
501180aaac
commit
d261b42b95
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "QF/qendian.h"
|
||||
|
|
Loading…
Reference in a new issue