diff options
Diffstat (limited to 'libguile/alloca.c')
-rw-r--r-- | libguile/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/alloca.c b/libguile/alloca.c index 1f9b29d07..b93fbe51e 100644 --- a/libguile/alloca.c +++ b/libguile/alloca.c @@ -36,7 +36,7 @@ #endif #ifdef emacs -#include "blockinput.h" +#include "libguile/blockinput.h" #endif /* If compiling with GCC 2, this file's not needed. */ |