diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-10-16 07:11:30 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-10-16 07:11:30 +0000 |
commit | 0d8188ce224504ed7eca986cc1aeb9a2c454590e (patch) | |
tree | 3f547f179b57408745bc8e2656062aca3ba7990c /bin/ed/main.c | |
parent | ebe53e9e4ec31def6c72ea9376bfd9023c608de9 (diff) |
Include sys/types.h
Notes
Notes:
svn path=/head/; revision=67183
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> |