diff options
Diffstat (limited to 'tests/sock.c')
| -rw-r--r-- | tests/sock.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/sock.c b/tests/sock.c index 404e160b..1f7567f8 100644 --- a/tests/sock.c +++ b/tests/sock.c @@ -1,6 +1,6 @@ // -// Copyright 2017 Garrett D'Amore <garrett@damore.org> -// Copyright 2017 Capitar IT Group BV <info@capitar.com> +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -15,6 +15,9 @@ #include "protocol/pubsub0/sub.h" #include "protocol/pair1/pair.h" + +#include "supplemental/util/platform.h" + #include "stubs.h" #include <string.h> |
