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/err.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/err.h') diff --git a/include/err.h b/include/err.h index 8f555e8..ec90327 100644 --- a/include/err.h +++ b/include/err.h @@ -1,3 +1,8 @@ +/* + * Public domain + * err.h compatibility shim + */ + #ifdef HAVE_ERR_H #include_next -- cgit v1.2.3-55-g6feb