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