mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Include <config.h> in standalone tests.
* test-suite/standalone/Makefile.am (test_cflags): Add `-I$(top_builddir)' so that <config.h> can be found. (snarfcppopts): Likewise. * test-suite/standalone/*.c: Include <config.h>.
This commit is contained in:
parent
dbb605f575
commit
3394818c0a
6 changed files with 22 additions and 2 deletions
|
@ -17,6 +17,10 @@
|
|||
|
||||
/* some bits originally by Jim Blandy <jimb@red-bean.com> */
|
||||
|
||||
#ifndef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <libguile.h>
|
||||
#include <libguile/gh.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue