[ODE] configurator patch

Adam D. Moss aspirin at ntlworld.com
Thu Jul 10 10:22:01 2003


This is a multi-part message in MIME format.
--------------050806000603070805050308
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi Russ,
configurator.c really needs the attached patch (otherwise
'unlink' and 'exit' could be undefined, and this chokes
gcc 3.1).
--Adam

--------------050806000603070805050308
Content-Type: text/plain;
 name="configurator.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="configurator.diff"

Index: configurator.c
===================================================================
RCS file: /cvsroot/opende/ode/configurator.c,v
retrieving revision 1.7
diff -u -r1.7 configurator.c
--- configurator.c	15 Apr 2003 05:49:40 -0000	1.7
+++ configurator.c	10 Jul 2003 17:08:05 -0000
@@ -48,6 +48,8 @@
 
 */
 
+#include <stdlib.h>
+#include <unistd.h>
 #include <stdio.h>
 
 /****************************************************************************/

--------------050806000603070805050308--