1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00

* regex-posix.c: #include <config.h> if HAVE_CONFIG_H.

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

View file

@ -51,6 +51,10 @@
libraries which do not agree with the Spencer implementation may
produce varying behavior. Sigh. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include "libguile/_scm.h"