diff options
Diffstat (limited to 'bin/ed/main.c')
-rw-r--r-- | bin/ed/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c index b73738dc30cd..9131ba848a34 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -57,6 +57,8 @@ static char * const rcsid = * */ +#include <sys/types.h> + #include <sys/ioctl.h> #include <sys/wait.h> #include <ctype.h> |