1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 07:40:24 +00:00

Added accidentally removed line #include <fcntl.h>

This commit is contained in:
Galleondragon 2016-03-20 23:23:50 +11:00
parent 0ea631d375
commit 9b17aa8bca

View file

@ -95,7 +95,7 @@
#include <time.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
//OS/compiler specific includes
#ifdef QB64_WINDOWS