- Added limits.h for LONG_MAX

SVN r4120 (trunk)
This commit is contained in:
Randy Heit 2013-02-08 02:42:12 +00:00
parent f283e81b81
commit 8af26bc8e6
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
// IT_STEREO... :o
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include "dumb.h"
#include "internal/it.h"