summaryrefslogtreecommitdiff
path: root/libguile/srfi-4.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-19 10:34:00 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-19 10:34:00 +0200
commitff003ace442b9cd182d1e27dd71025609998cbbb (patch)
tree0f6f506d9250428eb282f5c8334a6befa7052a70 /libguile/srfi-4.h
parent6e71da6b72ffdc74055bdf61e420acf65d1f88c1 (diff)
downloadguile-ff003ace442b9cd182d1e27dd71025609998cbbb.tar.gz
Move array-handle.h include out from inline.h
* libguile/inline.h: Remove array-handle.h include. * libguile/srfi-4.h: * libguile/uniform.h: * libguile/vectors.h: Add array-handle.h includes.
Diffstat (limited to 'libguile/srfi-4.h')
-rw-r--r--libguile/srfi-4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/srfi-4.h b/libguile/srfi-4.h
index f56c3f35b..9af5f3e03 100644
--- a/libguile/srfi-4.h
+++ b/libguile/srfi-4.h
@@ -2,7 +2,7 @@
#define SCM_SRFI_4_H
/* srfi-4.c --- Homogeneous numeric vector datatypes.
*
- * Copyright (C) 2001, 2004, 2006, 2008, 2009, 2010, 2011, 2014 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2006, 2008, 2009, 2010, 2011, 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
@@ -22,6 +22,7 @@
#include "libguile/__scm.h"
+#include "libguile/array-handle.h"
SCM_API SCM scm_make_srfi_4_vector (SCM type, SCM len, SCM fill);