diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-24 08:08:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-24 08:08:11 +0000 |
| commit | 0c8ea4d48c74cfc48c410d6c466f191a49f6afbd (patch) | |
| tree | a7dcc2bf16ed815097f05a03a82f3f704338c35d /lib/libss/help.c | |
| parent | 251d6f360e61546091814671dea25c6e1965db8b (diff) | |
Notes
Diffstat (limited to 'lib/libss/help.c')
| -rw-r--r-- | lib/libss/help.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libss/help.c b/lib/libss/help.c index c6e99d820550..48aece430028 100644 --- a/lib/libss/help.c +++ b/lib/libss/help.c @@ -7,6 +7,7 @@ #include <sys/param.h> #include <sys/file.h> #include <sys/wait.h> +#include <dirent.h> #include <stdlib.h> #include <unistd.h> #include "ss_internal.h" @@ -87,9 +88,6 @@ got_it: } } -#include <sys/types.h> -#include <sys/dir.h> - void ss_add_info_dir(sci_idx, info_dir, code_ptr) int sci_idx; char *info_dir; |
