mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
* ports.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
4076ea5018
commit
bd515f3740
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
||||||
|
|
||||||
/* Headers. */
|
/* Headers. */
|
||||||
|
|
||||||
|
#if HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue