Skip to content

Commit

Permalink
staging: usbip: userspace: usbipd.c: add header into source file
Browse files Browse the repository at this point in the history
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: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent e9837bb commit d2c15e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/usbip/userspace/src/usbipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "../config.h"
#endif

#include <errno.h>
#include <unistd.h>
#include <netdb.h>
#include <strings.h>
Expand All @@ -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;
Expand Down

0 comments on commit d2c15e2

Please sign in to comment.