hotspot/agent/src/os/linux/libproc.h
changeset 29474 81a5c5330d08
parent 29180 50369728b00e
child 31394 7711fbc2c184
--- a/hotspot/agent/src/os/linux/libproc.h	Fri Mar 06 04:58:52 2015 -0800
+++ b/hotspot/agent/src/os/linux/libproc.h	Tue Feb 24 17:23:53 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2015, 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
@@ -30,7 +30,7 @@
 #include <stdint.h>
 #include "proc_service.h"
 
-#if defined(arm) || defined(ppc)
+#ifdef ALT_SASRCDIR
 #include "libproc_md.h"
 #endif