1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* backtrace.c: #include "_scm.h" before testing whether

HAVE_UNISTD_H is #defined.
This commit is contained in:
Jim Blandy 1999-09-22 04:36:56 +00:00
parent b717f2b111
commit 2fb362976f

View file

@ -46,11 +46,12 @@
#include <stdio.h>
#include <ctype.h>
#include "_scm.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "_scm.h"
#include "stacks.h"
#include "srcprop.h"
#include "genio.h"