mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 17:30:37 -07:00
Missing #include statements for mempcy(), read(), close()
This commit is contained in:
parent
e8d8c45e8d
commit
fd8e3a2d76
3 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <ecl/ecl.h>
|
||||
#include <ecl/ecl-inl.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ecl/cache.h>
|
||||
#include <ecl/internal.h>
|
||||
#include <ecl/ecl-inl.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <ecl/internal.h>
|
||||
#include <fcntl.h>
|
||||
#if !defined(ECL_MS_WINDOWS_HOST)
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
# include <sys/stat.h>
|
||||
/* it isn't pulled in by fcntl.h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue