mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue