mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* rdelim.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
2fb8013c7e
commit
f3447317c2
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
|||
* This is the C part of the module for delimited I/O. It's
|
||||
* similar to (scsh rdelim) but somewhat incompatible. */
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "libguile/_scm.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue