aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_schemes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/http/http_schemes.c')
-rw-r--r--src/supplemental/http/http_schemes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/supplemental/http/http_schemes.c b/src/supplemental/http/http_schemes.c
index df8b9208..1e56cdc5 100644
--- a/src/supplemental/http/http_schemes.c
+++ b/src/supplemental/http/http_schemes.c
@@ -1,5 +1,5 @@
//
-// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
@@ -11,7 +11,7 @@
#include <stdbool.h>
#include <string.h>
-#include "core/nng_impl.h"
+#include "../../core/nng_impl.h"
#include "http_api.h"
@@ -82,4 +82,4 @@ nni_http_stream_scheme(const char *upper)
}
}
return (NULL);
-} \ No newline at end of file
+}