mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Add some includes to shut up warnings.
This commit is contained in:
parent
c8d0d39eb8
commit
68212f753a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50885
@ -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. */
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user