Add some includes to shut up warnings.

This commit is contained in:
Mark Murray 1999-09-04 10:46:27 +00:00
parent c8d0d39eb8
commit 68212f753a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50885
2 changed files with 8 additions and 0 deletions

View File

@ -56,8 +56,12 @@
* [including the GNU Public Licence.]
*/
#include <sys/types.h>
#include <sys/uio.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include "des_locl.h"
/* This has some uglies in it but it works - even over sockets. */

View File

@ -56,8 +56,12 @@
* [including the GNU Public Licence.]
*/
#include <sys/types.h>
#include <sys/uio.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>
#include "des_locl.h"
int des_enc_write(fd, buf, len, sched, iv)