]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Monitor.cc: Added include for limits.h.
authorGary Lowell <glowell@inktank.com>
Wed, 5 Sep 2012 03:31:00 +0000 (20:31 -0700)
committerGary Lowell <glowell@inktank.com>
Wed, 5 Sep 2012 03:31:00 +0000 (20:31 -0700)
This include is needed on Centos.  It seems to be included implicitly
on other platforms.

src/mon/Monitor.cc

index 1a4d21673bd7a362b48906deefa039e6db310913..e98a3cbe51555cdf00f8c369cd9034e6509cffca 100644 (file)
@@ -16,6 +16,7 @@
 #include <sstream>
 #include <stdlib.h>
 #include <signal.h>
+#include <limits.h>
 
 #include "Monitor.h"
 #include "common/version.h"