cd: add missing "test.h" include (re: 5ee290c7)
Fixes: https://github.com/ksh93/ksh/issues/158
This commit is contained in:
parent
8cd4bc1690
commit
bb4d6a2ee5
|
|
@ -37,6 +37,7 @@
|
|||
#include "name.h"
|
||||
#include "builtins.h"
|
||||
#include <ls.h>
|
||||
#include "test.h"
|
||||
|
||||
/*
|
||||
* Invalidate path name bindings to relative paths
|
||||
|
|
|
|||
Loading…
Reference in New Issue