(retro_dirent.c) Don't need posix_string for retro_dirent

This commit is contained in:
twinaphex 2015-10-02 18:03:30 +02:00
parent 8657a92d81
commit 8f67989bf1

View File

@ -24,7 +24,6 @@
#include <stdio.h>
#if defined(_WIN32)
# include <compat/posix_string.h>
# ifdef _MSC_VER
# define setmode _setmode
# endif