1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix missing includes in tests.

* test-suite/standalone/test-scm-c-read.c:
* test-suite/standalone/test-scm-to-latin1-string.c: Add <string.h>.
This commit is contained in:
Andy Wingo 2018-06-20 15:01:14 +02:00
parent 2eb8fa1751
commit 55317a5dd3
2 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2008, 2014 Free Software Foundation, Inc.
/* Copyright (C) 2008,2014,2018 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 License
@ -25,8 +25,9 @@
#undef NDEBUG
#include <libguile.h>
#include <assert.h>
#include <string.h>
#include <libguile.h>

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2011 Free Software Foundation, Inc.
/* Copyright (C) 2011,2018 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 License
@ -21,8 +21,10 @@
# include <config.h>
#endif
#include <libguile.h>
#include <stdlib.h>
#include <string.h>
#include <libguile.h>
/*
This outputs: