From: Richard Basch Date: Tue, 10 Jan 1995 20:24:10 +0000 (+0000) Subject: * krsh.c: Include sys/time.h (linux) X-Git-Tag: krb5-1.0-beta5~854 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43fba1b400c528b8d0fb5ec39281697aa04a1e4f;p=krb5.git * krsh.c: Include sys/time.h (linux) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4801 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 #include #include +#include #include