8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
Reviewed-by: shade
--- a/src/hotspot/share/gc/z/zErrno.cpp Tue Dec 04 18:55:06 2018 +0100
+++ b/src/hotspot/share/gc/z/zErrno.cpp Fri Dec 07 11:15:18 2018 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,7 @@
#include "precompiled.hpp"
#include "gc/z/zErrno.hpp"
+#include "runtime/os.inline.hpp"
#include <errno.h>
#include <string.h>