[m-dev.] trivial diff: add #include to runtime/mercury_misc.h

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Oct 5 01:33:35 AEST 1999


Estimated hours taken: 0.1

runtime/mercury_misc.h:
	Add `#include <stdio.h>',
	since this header file uses the FILE type.

Workspace: /d-drive/home/hg/fjh/mercury
Index: runtime/mercury_misc.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_misc.h,v
retrieving revision 1.16
diff -u -r1.16 mercury_misc.h
--- runtime/mercury_misc.h	1999/08/09 08:48:29	1.16
+++ runtime/mercury_misc.h	1999/09/21 09:58:14
@@ -18,6 +18,7 @@
 
 #include "mercury_types.h"	/* for `Code *' */
 #include <stdlib.h>		/* for `size_t' */
+#include <stdio.h>		/* for `FILE' */
 
 #ifdef MR_LOWLEVEL_DEBUG
 extern	void	mkframe_msg(const char *);

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list