mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* ports.h: #include <sys/types.h>, to get a definition for `off_t'.
This commit is contained in:
parent
8044bbc8dc
commit
acdb12daa8
1 changed files with 3 additions and 1 deletions
|
@ -43,12 +43,14 @@
|
|||
* whether to permit this exception to apply to your modifications.
|
||||
* If you do not wish that, delete this exception notice. */
|
||||
|
||||
|
||||
#include "libguile/__scm.h"
|
||||
|
||||
#include "libguile/print.h"
|
||||
#include "libguile/struct.h"
|
||||
|
||||
/* Not sure if this is a good idea. We need it for off_t. */
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
|
||||
#define SCM_INITIAL_CBUF_SIZE 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue