Merge pull request #320 from Pan7/errnoh

Missing errno.h header
This commit is contained in:
Timothee "TTimo" Besset 2015-10-04 12:02:35 -05:00
commit 11272e6462

View file

@ -39,6 +39,7 @@
#endif
#include <stdio.h>
#include <errno.h>
#include "vfspk3.h"
#include "vfs.h"