* krsh.c: Include sys/time.h (linux)
authorRichard Basch <probe@mit.edu>
Tue, 10 Jan 1995 20:24:10 +0000 (20:24 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 10 Jan 1995 20:24:10 +0000 (20:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4801 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/krsh.c

index 8144c4b12464dfc99b8490e96efb3038a2c9a759..fb270e1fd76c9608a0723408b2ba067e1aa1f877 100644 (file)
@@ -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
index 8a2a4a8a906753c9a6cb41e3284adf1f762ba67c..fc3b037a89a2b2d463ae5e92303fe6c8c8f0be3a 100644 (file)
@@ -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>