From: Abhishek Lekshmanan Date: Tue, 23 Feb 2016 15:39:06 +0000 (+0100) Subject: rgw: fcgi should include acconfig X-Git-Tag: v10.1.0~331^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f3fc6b15fd6e98aa77537446e8473f6a9b7f91ed;p=ceph.git rgw: fcgi should include acconfig As it references FASTCGI_INCLUDE_DIR which is referenced from it Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_fcgi.h b/src/rgw/rgw_fcgi.h index 1c6ffeb91dab..d83e03f5e637 100644 --- a/src/rgw/rgw_fcgi.h +++ b/src/rgw/rgw_fcgi.h @@ -4,6 +4,7 @@ #ifndef CEPH_RGW_FCGI_H #define CEPH_RGW_FCGI_H +#include "acconfig.h" #ifdef FASTCGI_INCLUDE_DIR # include "fastcgi/fcgiapp.h" #else