summaryrefslogtreecommitdiff
path: root/srfi/srfi-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-4.c')
-rw-r--r--srfi/srfi-4.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/srfi/srfi-4.c b/srfi/srfi-4.c
index b4486a568..f40c6b319 100644
--- a/srfi/srfi-4.c
+++ b/srfi/srfi-4.c
@@ -1,6 +1,6 @@
/* srfi-4.c --- Homogeneous numeric vector datatypes.
*
- * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2006, 2008 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
@@ -22,7 +22,11 @@
since people might still be linking with it.
*/
-#include "srfi/srfi-4.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <srfi/srfi-4.h>
void
scm_init_srfi_4 (void)