diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-25 07:28:33 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-02-25 07:28:33 +0000 |
commit | 6b3631ebf5744993aff6637b366dbb5654aa8292 (patch) | |
tree | 34b33b593056c7b91544b1a7345454721a2edbd2 /regress/bin | |
parent | a6f423d9085871741eaad903f691caa938ab3075 (diff) |
Add missing includes to avoid implicit function declarations.
Diffstat (limited to 'regress/bin')
-rw-r--r-- | regress/bin/ksh/vi/sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/bin/ksh/vi/sh.h b/regress/bin/ksh/vi/sh.h index 1f4f02836f5..51f944aa608 100644 --- a/regress/bin/ksh/vi/sh.h +++ b/regress/bin/ksh/vi/sh.h @@ -7,6 +7,7 @@ #include <stdlib.h> /* for malloc(3) */ #include <stdio.h> /* for snprintf(3) */ +#include <err.h> /* sh.h */ #define Flag(f) 0 |