mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Add include for string.h. Needs to be done more portably, but I'm too tired.
This commit is contained in:
parent
fd1ded5c4a
commit
c963f300e6
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
|
||||
#include "QF/pr_comp.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
//============================================================================
|
||||
|
||||
#define MAX_REGS 65536
|
||||
|
|
Loading…
Reference in a new issue