Skip to content

Commit aa6ed6e

Browse files
giuliopacijrassi
authored andcommitted
CXX-924 Fix compilation on Debian GNU/Hurd.
Closes #498 Signed-off-by: J. Rassi <[email protected]>
1 parent c182bcf commit aa6ed6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo/platform/random.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ SecureRandom* SecureRandom::create() {
104104
}
105105

106106
#elif defined(__linux__) || defined(__sunos__) || defined(__APPLE__) || defined(__FreeBSD__) || \
107-
defined(__FreeBSD_kernel__)
107+
defined(__FreeBSD_kernel__) || defined(__gnu_hurd__)
108108

109109
class InputStreamSecureRandom : public SecureRandom {
110110
public:

0 commit comments

Comments
 (0)