mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- Added limits.h for LONG_MAX
SVN r4120 (trunk)
This commit is contained in:
parent
f283e81b81
commit
8af26bc8e6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
// IT_STEREO... :o
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "dumb.h"
|
||||
#include "internal/it.h"
|
||||
|
|
Loading…
Reference in a new issue