aboutsummaryrefslogtreecommitdiff
path: root/src/external
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-10-09 00:20:39 +0200
committerRay <raysan5@gmail.com>2018-10-09 00:20:39 +0200
commit555fdec9585ae116291c388ca105915da26bc968 (patch)
treed902ccc574b78bf27fb45abf6a8206b03ff22c5c /src/external
parent2320c2febf50c76f0bc45b2d24ac455d6d7fbd79 (diff)
downloadraylib-555fdec9585ae116291c388ca105915da26bc968.tar.gz
raylib-555fdec9585ae116291c388ca105915da26bc968.zip
Corrected issues with VS2017 compilation
Diffstat (limited to 'src/external')
-rw-r--r--src/external/dirent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/external/dirent.h b/src/external/dirent.h
index 70973fb2..a955253e 100644
--- a/src/external/dirent.h
+++ b/src/external/dirent.h
@@ -59,7 +59,6 @@ void rewinddir(DIR *);
*/
-#include <dirent.h>
#include <errno.h>
#include <io.h> /* _findfirst and _findnext set errno iff they return -1 */
#include <stdlib.h>