1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

* script.c: #include <config.h> if HAVE_CONFIG_H.

This commit is contained in:
Rob Browning 2003-03-25 23:59:43 +00:00
parent 29d36c2dc3
commit 773ca93e88

View file

@ -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>