Merge pull request #13739 from Liuchang0812/fix-unittest-hostname

test: unittest_hostname compile error on freebsd

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
Sage Weil 2017-03-02 10:05:21 -06:00 committed by GitHub
commit 50d215dafa

View File

@ -22,7 +22,7 @@
#include "unistd.h"
#include <string>
#include <array>
#include <iostream>
#include <stdexcept>
#include <stdio.h>