1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

* ports.h: #include <sys/types.h>, to get a definition for `off_t'.

This commit is contained in:
Jim Blandy 1999-06-16 08:53:46 +00:00
parent 8044bbc8dc
commit acdb12daa8

View file

@ -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