Skip to content

Commit

Permalink
Merge pull request #13739 from Liuchang0812/fix-unittest-hostname
Browse files Browse the repository at this point in the history
test: unittest_hostname compile error on freebsd

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
liewegas committed Mar 2, 2017
2 parents d22b481 + efe027d commit 50d215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/common/test_hostname.cc
Expand Up @@ -22,7 +22,7 @@

#include "unistd.h"

#include <string>
#include <array>
#include <iostream>
#include <stdexcept>
#include <stdio.h>
Expand Down

0 comments on commit 50d215d

Please sign in to comment.