#---------------------------------------------------------------------------
# $Log$
-# Revision 1.5 1998/04/25 15:12:12 curt
-# Misc. tweaks.
+# Revision 1.6 1998/04/26 05:02:06 curt
+# Added #ifdef HAVE_STDLIB_H
#
# Revision 1.3 1998/04/18 04:02:54 curt
# Added zlib support in placed and other misc. tweaks.
#include <string.h>
#include <sys/types.h>
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif // HAVE_STDLIB_H
+
#include <DEM/dem.hxx>
#include "fixnode.hxx"
// $Log$
+// Revision 1.3 1998/04/26 05:02:06 curt
+// Added #ifdef HAVE_STDLIB_H
+//
// Revision 1.2 1998/04/14 02:26:04 curt
// Code reorganizations. Added a Lib/ directory for more general libraries.
//
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif // HAVE_STDLIB_H
+
#include "triload.hxx"
// $Log$
+// Revision 1.2 1998/04/26 05:02:06 curt
+// Added #ifdef HAVE_STDLIB_H
+//
// Revision 1.1 1998/04/08 23:05:58 curt
// Adopted Gnu automake/autoconf system.
//