1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* rw.c: #include <config.h> if HAVE_CONFIG_H.

This commit is contained in:
Rob Browning 2003-03-25 23:59:31 +00:00
parent bbcbca7f2a
commit 7b5a83d34a

View file

@ -43,6 +43,10 @@
/* This is the C part of the (ice-9 rw) module. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <errno.h>
#include <string.h>