summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/standalone/test-scm-c-read.c5
-rw-r--r--test-suite/standalone/test-scm-to-latin1-string.c6
2 files changed, 7 insertions, 4 deletions
diff --git a/test-suite/standalone/test-scm-c-read.c b/test-suite/standalone/test-scm-c-read.c
index c4dbf6251..7ba6533c5 100644
--- a/test-suite/standalone/test-scm-c-read.c
+++ b/test-suite/standalone/test-scm-c-read.c
@@ -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>
diff --git a/test-suite/standalone/test-scm-to-latin1-string.c b/test-suite/standalone/test-scm-to-latin1-string.c
index b8f012072..0b0a1289a 100644
--- a/test-suite/standalone/test-scm-to-latin1-string.c
+++ b/test-suite/standalone/test-scm-to-latin1-string.c
@@ -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: