mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
Remove bytevectors.h include form ports.h
* libguile/ports.h: Remove bytevectors.h include. * libguile/array-handle.c: * libguile/loader.c: * libguile/ports-internal.h: * libguile/socket.c: Add bytevectors.h include.
This commit is contained in:
parent
ff003ace44
commit
7bdd546965
5 changed files with 4 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
#include <full-read.h>
|
||||
|
||||
#include "_scm.h"
|
||||
#include "bytevectors.h"
|
||||
#include "boolean.h"
|
||||
#include "elf.h"
|
||||
#include "eval.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue