]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add missing include file
authorYehuda Sadeh <yehuda@inktank.com>
Sun, 31 Mar 2013 07:25:13 +0000 (00:25 -0700)
committerSage Weil <sage@inktank.com>
Mon, 1 Apr 2013 04:51:59 +0000 (21:51 -0700)
Add missing limits.h, needed for ULONG_MAX.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_cors_s3.cc

index 847c54a46af43e7fb8a8c68bc529c6ccbbc9b857..acf43a2d2a3826f75b22927e186982160d075f6b 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 #include <string.h>
+#include <limits.h>
 
 #include <iostream>
 #include <map>