summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_python_wsgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_python_wsgi.c')
-rw-r--r--src/nxt_python_wsgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_python_wsgi.c b/src/nxt_python_wsgi.c
index ae0a60d9..ccdf49a5 100644
--- a/src/nxt_python_wsgi.c
+++ b/src/nxt_python_wsgi.c
@@ -13,7 +13,7 @@
#include <nxt_main.h>
#include <nxt_runtime.h>
-#include <nxt_application.h>
+#include <nxt_router.h>
/*
* According to "PEP 3333 / A Note On String Types"