mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-21 10:51:06 +00:00
Need <string.h> here.
This commit is contained in:
parent
5555a5339f
commit
ab2e606eb6
2 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
#include "quakefs.h"
|
||||
#include "sound.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
typedef struct {
|
||||
vrect_t rect;
|
||||
int width;
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "console.h"
|
||||
#include "r_local.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
static int clip_current;
|
||||
|
|
Loading…
Reference in a new issue