mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
Merged dmd 2.059beta
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
#include <utime.h>
|
||||
#endif
|
||||
|
||||
#if _MSC_VER
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
/*********************************
|
||||
* #include <stdlib.h>
|
||||
* int response_expand(int *pargc,char ***pargv);
|
||||
|
||||
Reference in New Issue
Block a user