conditionally includes alloca.h
authorewt <devnull@localhost>
Wed, 25 Sep 1996 19:13:05 +0000 (19:13 +0000)
committerewt <devnull@localhost>
Wed, 25 Sep 1996 19:13:05 +0000 (19:13 +0000)
CVS patchset: 1046
CVS date: 1996/09/25 19:13:05

lib/depends.c

index 8776030..ba77869 100644 (file)
@@ -1,4 +1,7 @@
-#include <alloca.h>
+#ifdef HAVE_ALLOCA_H
+# include <alloca.h>
+#endif
+
 #include <stdlib.h>
 #include <string.h>