From 1e7771ce28b197ce584320f332ba70e1e322930d Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 27 Mar 2014 21:44:41 +0100 Subject: [PATCH] Include limits.h in miscellaneous.h. Might fix BSD issues. --- miscellaneous.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miscellaneous.h b/miscellaneous.h index 233e4c01da..0a0cdb9a73 100644 --- a/miscellaneous.h +++ b/miscellaneous.h @@ -37,6 +37,7 @@ #endif #include "retroarch_logger.h" +#include // Some platforms do not set this value. // Just assume a value. It's usually 4KiB.