Skip to content

Commit ee964c8

Browse files
committed
replace strings include with string for compiler compatibilty
1 parent 522e0ba commit ee964c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mri/includes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdint.h>
55
#include <sys/types.h>
66
#include <stdlib.h>
7-
#include <strings.h>
7+
#include <string.h>
88

99
#if defined(_WIN32) || (defined(__sun) && defined(__SVR4))
1010

0 commit comments

Comments
 (0)