diff options
Diffstat (limited to 'src/rgw/rgw_fcgi.cc')
-rw-r--r-- | src/rgw/rgw_fcgi.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rgw/rgw_fcgi.cc b/src/rgw/rgw_fcgi.cc index 70ed9961975..6c4a9db70ab 100644 --- a/src/rgw/rgw_fcgi.cc +++ b/src/rgw/rgw_fcgi.cc @@ -1,14 +1,12 @@ - - -#include "rgw_fcgi.h" - #include "acconfig.h" + #ifdef FASTCGI_INCLUDE_DIR # include "fastcgi/fcgiapp.h" #else # include "fcgiapp.h" #endif +#include "rgw_fcgi.h" int RGWFCGX::write_data(const char *buf, int len) { |