8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 20:43:03 +01:00

Include string.h for memcpy definition for those systems that need it.

This commit is contained in:
stryqx 2002-10-12 04:05:02 +00:00
parent e8cc92dc2b
commit 459bb86e7a

View File

@ -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