From 43213ee45858486e95adcdbe2a9e3452a97e9f53 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 27 Oct 2005 22:20:03 +1000 Subject: [PATCH] fish_tests.c: Include header files for missing function definitions. darcs-hash:20051027122003-35ec8-439007fc422a260e1912c9ac06f6a64ce67d79b6.gz --- fish_tests.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fish_tests.c b/fish_tests.c index 5e59df7eb..fa2658517 100644 --- a/fish_tests.c +++ b/fish_tests.c @@ -38,6 +38,9 @@ #include "expand.h" #include "parser.h" #include "tokenizer.h" +#include "output.h" +#include "exec.h" +#include "event.h" /** Number of laps to run performance testing loop