trivial diff: configure.in: add missing #include
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Apr 4 03:28:54 AEST 1999
Estimated hours taken: 0.1
configure.in:
Add a missing `#include <stdlib.h>' to the test for using sockets.
It's needed because the test code uses getenv().
Index: configure.in
===================================================================
RCS file: /home/staff/zs/imp/mercury/configure.in,v
retrieving revision 1.156
diff -u -r1.156 configure.in
--- configure.in 1999/03/30 05:45:18 1.156
+++ configure.in 1999/04/03 15:40:48
@@ -1844,6 +1844,7 @@
#include <string.h>
#include <errno.h>
#include <stdarg.h>
+ #include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
--
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.
More information about the developers
mailing list