Skip to content

Commit 09ec354

Browse files
Merge pull request swiftlang#426 from drodriguez/include-string-for-memcpy
Add string.h for memcpy in Data.swift.
2 parents 64a12c6 + ae5c746 commit 09ec354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dispatch/dispatch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <stdint.h>
3838
#include <stdbool.h>
3939
#include <stdarg.h>
40+
#include <string.h>
4041
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
4142
#include <unistd.h>
4243
#endif

0 commit comments

Comments
 (0)