提交 d2c15e25 编写于 作者: M matt mooney 提交者: Greg Kroah-Hartman

staging: usbip: userspace: usbipd.c: add header into source file

The old usbip.h header that was only used to masked what each source
file needed has been changed. So some headers this file needed had to
be added.
Signed-off-by: Nmatt mooney <mfm@muteddisk.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e9837bbb
......@@ -7,6 +7,7 @@
#include "../config.h"
#endif
#include <errno.h>
#include <unistd.h>
#include <netdb.h>
#include <strings.h>
......@@ -23,16 +24,15 @@
#define _GNU_SOURCE
#include <getopt.h>
#include <glib.h>
#include <signal.h>
#include "usbip.h"
#include "stub_driver.h"
#include "usbip_common.h"
#include "usbip_network.h"
#include <glib.h>
static const char version[] = PACKAGE_STRING;
static int send_reply_devlist(int sockfd)
{
int ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册