1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* putenv.c: #include "libguile/scmconfig.h", not <config.h>.

This commit is contained in:
Jim Blandy 1997-04-10 20:10:17 +00:00
parent 82cda9b375
commit d183c1b98e

View file

@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "libguile/scmconfig.h"
#endif
#include <sys/types.h>