[m-rev.] trivial diff: fix missing #include

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Apr 4 17:01:08 AEST 2003


Estimated hours taken: 0.75
Branches: main

runtime/mercury_stack_layout.h:
	Fix a bug: add a missing #include.

Workspace: /home/ceres/fjh/mercury
Index: runtime/mercury_stack_layout.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_stack_layout.h,v
retrieving revision 1.67
diff -u -d -r1.67 mercury_stack_layout.h
--- runtime/mercury_stack_layout.h	26 Feb 2003 08:03:53 -0000	1.67
+++ runtime/mercury_stack_layout.h	4 Apr 2003 06:59:18 -0000
@@ -33,6 +33,8 @@
 #include "mercury_std.h"			/* for MR_VARIABLE_SIZED */
 #include "mercury_tags.h"
 #include "mercury_type_info.h"			/* for MR_PseudoTypeInfo */
+#include "mercury_tabling.h"			/* for MR_TableNodeUnion,
+					           needed for MR_TrieNode */
 
 /*-------------------------------------------------------------------------*/
 /*

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list