mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
fish_tests.c: Include header files for missing function definitions.
darcs-hash:20051027122003-35ec8-439007fc422a260e1912c9ac06f6a64ce67d79b6.gz
This commit is contained in:
parent
da316dd588
commit
43213ee458
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue