]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/triload.cxx
Added #ifdef HAVE_STDLIB_H
[flightgear.git] / FixNode / triload.cxx
index 3986780acfb4ec1d493f912e42d11a1eb1e416f5..6852f643d9565496ac29e846e0497a14a3b98c66 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
+#ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+#endif // HAVE_STDLIB_H
+
 #include "triload.hxx"
 
 
@@ -65,6 +69,9 @@ void triload(char *filename, double nodes[MAX_NODES][3]) {
 
 
 // $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.
 //