From: Ludovic Courtès Date: Tue, 16 Feb 2010 23:44:14 +0000 (+0100) Subject: Include in "foreign.h". X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/f353687c688d20c9e8f42383d7f2e820a8834159 Include in "foreign.h". * libguile/foreign.h: Include . --- 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