(libretro-common) Prevent implicit declaration of tolower

This commit is contained in:
Twinaphex 2015-06-02 10:09:17 +02:00
parent bc5e0626bc
commit 9ecced5e56

View File

@ -20,6 +20,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <ctype.h>
#include <compat/getopt.h>
#include <compat/strl.h>
#include <compat/strcasestr.h>