diff options
Diffstat (limited to 'tests/pollfd.c')
| -rw-r--r-- | tests/pollfd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/pollfd.c b/tests/pollfd.c index 8526c705..7a87fe9b 100644 --- a/tests/pollfd.c +++ b/tests/pollfd.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 @@ -35,6 +35,7 @@ #include "protocol/pipeline0/pull.h" #include "protocol/pipeline0/push.h" #include "stubs.h" +#include "supplemental/util/platform.h" TestMain("Poll FDs", { |
