summaryrefslogtreecommitdiff
path: root/libguile/frames.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/frames.c')
-rw-r--r--libguile/frames.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/frames.c b/libguile/frames.c
index 11d4f12ee..8d8ffee23 100644
--- a/libguile/frames.c
+++ b/libguile/frames.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 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
@@ -23,6 +23,8 @@
#include <stdlib.h>
#include <string.h>
#include "_scm.h"
+#include "eval.h"
+#include "extensions.h"
#include "frames.h"
#include "vm.h"