Need string.h for memset()

This commit is contained in:
Marcus Sundberg 2000-05-14 18:08:53 +00:00
parent 37f9a98d7d
commit 14a56b7317

View file

@ -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