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