Merge pull request #15737 from wjwithagen/wip-wjw-test_rgw_string

rgw/rgw_string.h: FreeBSD would like errno.h included

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2017-06-20 14:02:49 -04:00 committed by GitHub
commit 1b334403b1

View File

@ -4,6 +4,7 @@
#ifndef CEPH_RGW_STRING_H
#define CEPH_RGW_STRING_H
#include <errno.h>
#include <stdlib.h>
#include <limits.h>