8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers

Reviewed-by: shade
This commit is contained in:
Thomas Schatzl 2018-12-07 11:15:18 +01:00
parent 4246096355
commit 3981414bce

View File

@ -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>