1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

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

This commit is contained in:
Rob Browning 2003-03-25 23:54:41 +00:00
parent 65fb6c49d4
commit c0fc108975

View file

@ -41,6 +41,10 @@
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include "libguile/_scm.h"