mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
Include string.h for memcpy definition for those systems that need it.
This commit is contained in:
parent
e8cc92dc2b
commit
459bb86e7a
@ -49,6 +49,10 @@
|
|||||||
#include <vfork.h>
|
#include <vfork.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_STRING_H
|
||||||
|
#include <string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef FOPEN_WRITE_TYPE
|
#ifndef FOPEN_WRITE_TYPE
|
||||||
#define FOPEN_WRITE_TYPE "w"
|
#define FOPEN_WRITE_TYPE "w"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user