* backtrace.c: #include <unistd.h> if present.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 15 Sep 1999 15:22:07 +0000 (15:22 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 15 Sep 1999 15:22:07 +0000 (15:22 +0000)
libguile/backtrace.c

index 691b8a0..620252e 100644 (file)
 #include <stdio.h>
 #include <ctype.h>
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
 #include "_scm.h"
 #include "stacks.h"
 #include "srcprop.h"