mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-23 00:20:56 +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$
|
||||
*/
|
||||
// r_surf.c: surface-related refresh code
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "bothdefs.h" // needed by: common.h, net.h, client.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue