Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 414ef695 authored by Tobias Polzer's avatar Tobias Polzer Committed by Greg Kroah-Hartman
Browse files

staging: usbip: Fix build on Debian ppc



One missing include was added.

Signed-off-by: default avatarDominik Paulus <dominik.paulus@fau.de>
Signed-off-by: default avatarTobias Polzer <tobias.polzer@fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 82bd3f1b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
#include <netinet/tcp.h>
#include <unistd.h>

#ifdef HAVE_LIBWRAP
#include <tcpd.h>
#endif

#include "usbip_common.h"
#include "usbip_network.h"