[MLton-commit] r6996
Ville Laurikari
ville at mlton.org
Tue Dec 9 03:31:32 PST 2008
Fix to compile on old systems.
----------------------------------------------------------------------
U mlton/trunk/runtime/platform/linux.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/platform/linux.h
===================================================================
--- mlton/trunk/runtime/platform/linux.h 2008-12-03 07:29:08 UTC (rev 6995)
+++ mlton/trunk/runtime/platform/linux.h 2008-12-09 11:31:28 UTC (rev 6996)
@@ -54,6 +54,7 @@
versions. */
#ifndef __suseconds_t_defined
+#include <linux/types.h>
typedef __kernel_suseconds_t suseconds_t;
#define __suseconds_t_defined
#endif
More information about the MLton-commit
mailing list