fix compilation on Linux

This commit is contained in:
roberto@fiorenzo
2010-10-21 16:26:51 +02:00
parent 7041a9fa45
commit e8e8b6902c
4 changed files with 42 additions and 3 deletions
+1
View File
@@ -630,6 +630,7 @@ struct uwsgi_plugin python_plugin = {
.post_fork = uwsgi_python_post_fork,
.options = uwsgi_python_options,
.manage_opt = uwsgi_python_manage_options,
.short_options = "w:O:H:j:",
.request = uwsgi_request_wsgi,
.after_request = uwsgi_after_request_wsgi,
.init_apps = uwsgi_python_init_app,