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:
parent
b717f2b111
commit
2fb362976f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue