]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fcgi should include acconfig 7760/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Tue, 23 Feb 2016 15:39:06 +0000 (16:39 +0100)
committerAbhishek Lekshmanan <abhishek@suse.com>
Tue, 23 Feb 2016 15:39:06 +0000 (16:39 +0100)
As it references FASTCGI_INCLUDE_DIR which is referenced from it

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_fcgi.h

index 1c6ffeb91dabaffe83f2438f23e5f196b03c83fd..d83e03f5e6372194101a39bf81d9bebf33dcfdbb 100644 (file)
@@ -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