jdk/src/share/instrument/InstrumentationImplNativeMethods.c
changeset 1090 c5805b1672a6
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/share/instrument/InstrumentationImplNativeMethods.c	Fri Aug 22 10:37:03 2008 -0700
+++ b/jdk/src/share/instrument/InstrumentationImplNativeMethods.c	Fri Aug 22 12:24:27 2008 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2003-2008 Sun Microsystems, Inc.  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,15 +23,14 @@
  * have any questions.
  */
 
-
 #include    <jni.h>
 
 #include    "JPLISAgent.h"
 #include    "JPLISAssert.h"
 #include    "Utilities.h"
 #include    "JavaExceptions.h"
+#include    "FileSystemSupport.h"   /* For uintptr_t */
 #include    "sun_instrument_InstrumentationImpl.h"
-#include    "typedefs.h"
 
 /*
  * Copyright 2003 Wily Technology, Inc.