From 23f7a7d117d7eff18fbe7f93108beec66894eec9 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Fri, 16 Jun 2017 22:14:15 +0200 Subject: [PATCH] rgw_string.h: FreeBSD would like errno.h included Signed-off-by: Willem Jan Withagen --- src/rgw/rgw_string.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_string.h b/src/rgw/rgw_string.h index 747c47ebe27..062880cc1ac 100644 --- a/src/rgw/rgw_string.h +++ b/src/rgw/rgw_string.h @@ -4,6 +4,7 @@ #ifndef CEPH_RGW_STRING_H #define CEPH_RGW_STRING_H +#include #include #include