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