Include limits.h where INT_MAX is used

This commit is contained in:
Chris Robinson 2017-08-30 12:01:49 -07:00
parent cd15b1775e
commit e3d99412a2

View File

@ -1,6 +1,8 @@
#ifndef AL_UINTMAP_H
#define AL_UINTMAP_H
#include <limits.h>
#include "AL/al.h"
#include "rwlock.h"