aboutsummaryrefslogtreecommitdiff
path: root/src/share/tools/hsdis/hsdis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/tools/hsdis/hsdis.c')
-rw-r--r--src/share/tools/hsdis/hsdis.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/share/tools/hsdis/hsdis.c b/src/share/tools/hsdis/hsdis.c
index f4ec99d70..7736a8057 100644
--- a/src/share/tools/hsdis/hsdis.c
+++ b/src/share/tools/hsdis/hsdis.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, 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
@@ -22,6 +22,8 @@
*
*/
+#include "precompiled.hpp"
+
/* hsdis.c -- dump a range of addresses as native instructions
This implements the plugin protocol required by the
HotSpot PrintAssembly option.