commit 9d673f41f38060a3a6c85f426ef92f57b8b86bb6
parent 2fe796459c9ed28c5a83729fafaa50eb8f723c4b
Author: serge-sans-paille <sguelton@mozilla.com>
Date: Tue, 14 Oct 2025 07:10:34 +0000
Bug 1993877 - Improve mfbt/RandomNum.cpp header inclusion r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D268354
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mfbt/RandomNum.cpp b/mfbt/RandomNum.cpp
@@ -6,8 +6,8 @@
#include "mozilla/RandomNum.h"
-#include <fcntl.h>
#ifdef XP_UNIX
+# include <fcntl.h>
# include <unistd.h>
#endif