mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-09 13:50:52 +00:00
Need string.h for memset()
This commit is contained in:
parent
37f9a98d7d
commit
14a56b7317
1 changed files with 2 additions and 1 deletions
|
@ -26,8 +26,9 @@
|
||||||
$Id$
|
$Id$
|
||||||
*/
|
*/
|
||||||
// r_surf.c: surface-related refresh code
|
// r_surf.c: surface-related refresh code
|
||||||
#include <math.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#include "bothdefs.h" // needed by: common.h, net.h, client.h
|
#include "bothdefs.h" // needed by: common.h, net.h, client.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue