1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

Fix "#include" directives in stand-alone C tests.

This commit is contained in:
Ludovic Courtès 2008-04-06 18:41:07 +02:00
parent 979eade651
commit 5995c6d801
7 changed files with 28 additions and 16 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999,2000,2001,2003, 2006 Free Software Foundation, Inc.
/* Copyright (C) 1999,2000,2001,2003, 2006, 2008 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -17,8 +17,8 @@
/* some bits originally by Jim Blandy <jimb@red-bean.com> */
#include "libguile.h"
#include "libguile/gh.h"
#include <libguile.h>
#include <libguile/gh.h>
#include <assert.h>
#include <string.h>