diff options
Diffstat (limited to 'db2/db')
-rw-r--r-- | db2/db/db_conv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db2/db/db_conv.c b/db2/db/db_conv.c index c075df33fe..e9c4bf90bd 100644 --- a/db2/db/db_conv.c +++ b/db2/db/db_conv.c @@ -51,6 +51,7 @@ static const char sccsid[] = "@(#)db_conv.c 10.8 (Sleepycat) 1/8/98"; #include <sys/types.h> #include <errno.h> +#include <string.h> #endif #include "db_int.h" |