mirror of https://gitee.com/openkylin/linux.git
staging: usbip: Fix build on Debian ppc
One missing include was added. Signed-off-by: Dominik Paulus <dominik.paulus@fau.de> Signed-off-by: Tobias Polzer <tobias.polzer@fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
82bd3f1ba0
commit
414ef695c4
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue