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 | |
| parent | ebe53e9e4ec31def6c72ea9376bfd9023c608de9 (diff) | |
Notes
| -rw-r--r-- | bin/ed/glbl.c | 2 | ||||
| -rw-r--r-- | bin/ed/main.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/dialog/dialog.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index 3eae4f250f82..081c5a950a38 100644 --- a/bin/ed/glbl.c +++ b/bin/ed/glbl.c @@ -35,6 +35,8 @@ static char * const rcsid = #endif #endif /* not lint */ +#include <sys/types.h> + #include <sys/ioctl.h> #include <sys/wait.h> 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> diff --git a/gnu/usr.bin/dialog/dialog.c b/gnu/usr.bin/dialog/dialog.c index f9044e81de77..ecb4f1d414a9 100644 --- a/gnu/usr.bin/dialog/dialog.c +++ b/gnu/usr.bin/dialog/dialog.c @@ -83,6 +83,8 @@ * */ +#include <sys/types.h> + #include <stdio.h> #include <stdlib.h> #include <string.h> |
