summaryrefslogtreecommitdiff
path: root/tests/compat_bug777.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compat_bug777.c')
-rw-r--r--tests/compat_bug777.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/compat_bug777.c b/tests/compat_bug777.c
index ba4a8b02..f5cfde6a 100644
--- a/tests/compat_bug777.c
+++ b/tests/compat_bug777.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>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"),
@@ -21,8 +21,7 @@
IN THE SOFTWARE.
*/
-#include "nng_compat.h"
-#include "nng.h"
+#include <nanomsg/nn.h>
#include "compat_testutil.h"
int main (NN_UNUSED int argc, NN_UNUSED const char *argv[])