summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2019-10-03 19:57:40 +0000
committerevergreen <evergreen@mongodb.com>2019-10-03 19:57:40 +0000
commit8ccaacce937ae51deef27c41e977aca0511fb338 (patch)
tree0c29028123f23dc66aef660f05549dd0ebe109b2 /src/mongo/util/net/sock.cpp
parent4d9a6a2ae4b6ad9b93d3c389e6d92d6acfe86cf3 (diff)
downloadmongo-8ccaacce937ae51deef27c41e977aca0511fb338.tar.gz
SERVER-43317 merge failpoint headers. Rewrite docs.
iterate docs
Diffstat (limited to 'src/mongo/util/net/sock.cpp')
-rw-r--r--src/mongo/util/net/sock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/net/sock.cpp b/src/mongo/util/net/sock.cpp
index bd183130d5a..39210d57a40 100644
--- a/src/mongo/util/net/sock.cpp
+++ b/src/mongo/util/net/sock.cpp
@@ -60,7 +60,7 @@
#include "mongo/util/background.h"
#include "mongo/util/concurrency/value.h"
#include "mongo/util/debug_util.h"
-#include "mongo/util/fail_point_service.h"
+#include "mongo/util/fail_point.h"
#include "mongo/util/hex.h"
#include "mongo/util/log.h"
#include "mongo/util/net/private/socket_poll.h"