[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <c4e56066bd69988c67cc03a06ccba295d2568724.1306414175.git.mfm@muteddisk.com>
Date: Thu, 26 May 2011 06:17:12 -0700
From: matt mooney <mfm@...eddisk.com>
To: Greg Kroah-Hartman <greg@...ah.com>
Cc: Arjan Mels <arjan.mels@....com>, usbip-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: [PATCH 5/6] 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: matt mooney <mfm@...eddisk.com>
---
drivers/staging/usbip/userspace/src/usbipd.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/usbip/userspace/src/usbipd.c b/drivers/staging/usbip/userspace/src/usbipd.c
index ec9faac..ccc7dfd 100644
--- a/drivers/staging/usbip/userspace/src/usbipd.c
+++ b/drivers/staging/usbip/userspace/src/usbipd.c
@@ -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;
--
1.7.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists