Need <string.h> here.

This commit is contained in:
Marcus Sundberg 2000-05-31 22:49:53 +00:00
parent 5555a5339f
commit ab2e606eb6
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#include "quakefs.h" #include "quakefs.h"
#include "sound.h" #include "sound.h"
#include <string.h>
typedef struct { typedef struct {
vrect_t rect; vrect_t rect;
int width; int width;

View File

@ -33,6 +33,7 @@
#include "console.h" #include "console.h"
#include "r_local.h" #include "r_local.h"
#include <string.h>
#include <math.h> #include <math.h>
static int clip_current; static int clip_current;