jdk/src/windows/back/util_md.h
changeset 1090 c5805b1672a6
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/windows/back/util_md.h	Fri Aug 22 10:37:03 2008 -0700
+++ b/jdk/src/windows/back/util_md.h	Fri Aug 22 12:24:27 2008 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2005 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1998-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
@@ -26,6 +26,7 @@
 #ifndef JDWP_UTIL_MD_H
 #define JDWP_UTIL_MD_H
 
+#include <stddef.h>      /* for uintptr_t */
 #include <stdlib.h>      /* for _MAx_PATH */
 
 typedef unsigned __int64 UNSIGNED_JLONG;