mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* script.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
29d36c2dc3
commit
773ca93e88
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
||||||
/* "script.c" argv tricks for `#!' scripts.
|
/* "script.c" argv tricks for `#!' scripts.
|
||||||
Authors: Aubrey Jaffer and Jim Blandy */
|
Authors: Aubrey Jaffer and Jim Blandy */
|
||||||
|
|
||||||
|
#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