diff options
Diffstat (limited to 'libguile/rw.c')
-rw-r--r-- | libguile/rw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/rw.c b/libguile/rw.c index 70bcd81a0..3b0c4bd68 100644 --- a/libguile/rw.c +++ b/libguile/rw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2006, 2009, 2011, 2014 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2006, 2009, 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 @@ -28,6 +28,7 @@ #include <string.h> #include "libguile/_scm.h" +#include "libguile/async.h" #include "libguile/fports.h" #include "libguile/ports.h" #include "libguile/rw.h" |