Skip to content

Commit

Permalink
cd: add missing "test.h" include (re: 5ee290c)
Browse files Browse the repository at this point in the history
Fixes: #158
  • Loading branch information
McDutchie committed Jan 20, 2021
1 parent 8cd4bc1 commit bb4d6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/ksh93/bltins/cd_pwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "name.h"
#include "builtins.h"
#include <ls.h>
#include "test.h"

/*
* Invalidate path name bindings to relative paths
Expand Down

0 comments on commit bb4d6a2

Please sign in to comment.