summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--execute.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 52037ca8..8b00a2a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([parallel-tests])
+AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_CPP_WERROR
diff --git a/execute.c b/execute.c
index fb4a3895..ceaf9897 100644
--- a/execute.c
+++ b/execute.c
@@ -12,6 +12,7 @@
#include "frame_layout.h"
#include "jv_alloc.h"
+#include "jq_parser.h"
#include "locfile.h"
#include "jv.h"
#include "jv_aux.h"