From cccdd689e39b51af02b156229e5236a2a69dcdcb Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 19 Nov 2014 07:43:07 -0600 Subject: add minimal winsock->BSD networking header shims also add license header to existing shims --- include/string.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index 47ada28..a3263e7 100644 --- a/include/string.h +++ b/include/string.h @@ -1,3 +1,8 @@ +/* + * Public domain + * string.h compatibility shim + */ + #include_next #ifndef LIBCRYPTOCOMPAT_STRING_H -- cgit v1.2.3-55-g6feb