1 parent ff9a0d4 commit 8f0ac61Copy full SHA for 8f0ac61
source/bmserial.c
@@ -28,8 +28,10 @@
28
# include <io.h>
29
# include <malloc.h>
30
# if defined __MINGW32__ || defined __MINGW64__
31
+# include <sys/stat.h>
32
# include "strlcpy.h"
33
# elif defined _MSC_VER
34
35
36
# define access(p,m) _access((p),(m))
37
# endif
0 commit comments