mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* continuations.c: move libguile/_scm.h include to the top so we
pick up any critical defines like _GNU_SOURCE early.
This commit is contained in:
parent
615873d24e
commit
bbd43f0356
1 changed files with 2 additions and 1 deletions
|
@ -42,9 +42,10 @@
|
|||
|
||||
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
#include "libguile/root.h"
|
||||
#include "libguile/stackchk.h"
|
||||
#include "libguile/smob.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue