mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 11:10:21 +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
7a4e0d105e
commit
972b5d7045
6 changed files with 27 additions and 5 deletions
|
@ -15,6 +15,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue