mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03: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>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifndef FOPEN_WRITE_TYPE
|
||||
#define FOPEN_WRITE_TYPE "w"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user