diff options
Diffstat (limited to 'doc/example-smob/myguile.c')
-rw-r--r-- | doc/example-smob/myguile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/example-smob/myguile.c b/doc/example-smob/myguile.c index 3a7e72411..95bff27fd 100644 --- a/doc/example-smob/myguile.c +++ b/doc/example-smob/myguile.c @@ -16,6 +16,7 @@ * along with this software; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307 USA + */ #include <libguile.h> #include "image-type.h" |