diff options
Diffstat (limited to 'test-suite/standalone/test-scm-c-read.c')
-rw-r--r-- | test-suite/standalone/test-scm-c-read.c | 5 |
1 files changed, 3 insertions, 2 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> |