1
Fork 0
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:
Rob Browning 2003-03-25 23:59:11 +00:00
parent 2fb8013c7e
commit f3447317c2

View file

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