From f353687c688d20c9e8f42383d7f2e820a8834159 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 17 Feb 2010 00:44:14 +0100 Subject: [PATCH] Include in "foreign.h". * libguile/foreign.h: Include . --- libguile/foreign.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libguile/foreign.h b/libguile/foreign.h index b29025d21..303bb2727 100644 --- a/libguile/foreign.h +++ b/libguile/foreign.h @@ -1,3 +1,6 @@ +#ifndef SCM_FOREIGN_H +#define SCM_FOREIGN_H + /* Copyright (C) 2010 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -16,10 +19,7 @@ * 02110-1301 USA */ -#ifndef SCM_FOREIGN_H -#define SCM_FOREIGN_H - - +#include "libguile/__scm.h" /* A foreign value is some value that exists outside of Guile. It is represented by a cell whose second word is a pointer. The first word has the -- 2.20.1