diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/bsd/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/bsd/krsh.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 8144c4b12..fb270e1fd 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 10 15:23:31 1995 Richard Basch (probe@tardis) + + * krsh.c: Include sys/time.h (linux) + Mon Jan 9 21:48:54 1995 Theodore Y. Ts'o (tytso@dcl) * kcmd.c, krlogin.c, krcp.c: Always include fcntl.h, and never diff --git a/src/appl/bsd/krsh.c b/src/appl/bsd/krsh.c index 8a2a4a8a9..fc3b037a8 100644 --- a/src/appl/bsd/krsh.c +++ b/src/appl/bsd/krsh.c @@ -31,6 +31,7 @@ char copyright[] = #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/file.h> +#include <sys/time.h> #include <netinet/in.h> |
