aboutsummaryrefslogtreecommitdiff
path: root/tests/httpserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/httpserver.c')
-rw-r--r--tests/httpserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/httpserver.c b/tests/httpserver.c
index e3d7ab25..e24c081f 100644
--- a/tests/httpserver.c
+++ b/tests/httpserver.c
@@ -17,6 +17,7 @@
// Basic HTTP server tests.
#include "core/nng_impl.h"
+#include "supplemental/http/http.h"
const char *doc1 = "<html><body>Someone <b>is</b> home!</body</html>";
const char *doc2 = "This is a text file.";