ipresend(1): Make the build slightly less broken.

X-NetApp-PR:	35
Sponsored by:	NetApp, Inc.
Sponsored by:	Klara Inc.
Differential Revision:	https://reviews.freebsd.org/D27335
This commit is contained in:
Allan Jude 2021-11-22 17:58:08 +00:00
parent a11983366e
commit 5bbfa333cf

View File

@ -42,6 +42,7 @@ typedef int boolean_t;
#include <nlist.h>
#include <sys/user.h>
#include <sys/socket.h>
#define _WANT_SOCKET
#include <sys/socketvar.h>
#include <sys/proc.h>
# include <kvm.h>