[MLton-commit] r4491
Stephen Weeks
MLton@mlton.org
Mon, 8 May 2006 13:32:59 -0700
Added inttypes.h.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h 2006-05-08 20:29:55 UTC (rev 4490)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/hpux.h 2006-05-08 20:32:59 UTC (rev 4491)
@@ -2,6 +2,7 @@
#define _XOPEN_SOURCE_EXTENDED
#endif
+#include <inttypes.h>
#include <math.h>
#include <signal.h>
#include <sys/ptrace.h>