mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-19 05:30:49 +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
|
// IT_STEREO... :o
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#include "dumb.h"
|
#include "dumb.h"
|
||||||
#include "internal/it.h"
|
#include "internal/it.h"
|
||||||
|
|
Loading…
Reference in a new issue