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:
parent
bbcbca7f2a
commit
7b5a83d34a
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue