From 248faf7d8ad085e237973aa4a4145793cfc3345e Mon Sep 17 00:00:00 2001 From: Mu Qiao Date: Wed, 3 Aug 2011 15:56:10 +0800 Subject: Build: install public headers We need to put all public headers into the include directory. --- utils/ast_printer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/ast_printer.cpp') diff --git a/utils/ast_printer.cpp b/utils/ast_printer.cpp index d2dabc9..40e7b08 100644 --- a/utils/ast_printer.cpp +++ b/utils/ast_printer.cpp @@ -36,7 +36,7 @@ #include #include "core/bash_ast.h" -#include "core/exceptions.h" +#include "exceptions.h" #include "libbashLexer.h" #include "libbashParser.h" -- cgit v1.2.3-65-gdbad