mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
use the correct include delimitiers
This commit is contained in:
parent
2846b27f92
commit
426aa7ff77
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
|||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include "stdlib.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef max
|
||||
# define max(a,b) ((a) > (b) ? (a) : (b))
|
||||
|
|
Loading…
Reference in a new issue