Skip to content

Commit

Permalink
userspace: Add missing include for socket initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
george-hopkins committed Sep 14, 2017
1 parent 14a4c3c commit ce9d924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions userspace/src/usbip.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

#include "usbip_common.h"
#include "usbip.h"
#ifndef __linux__
#include "usbip_windows.h"
#endif

static int usbip_help(int argc, char *argv[]);
static int usbip_version(int argc, char *argv[]);
Expand Down

0 comments on commit ce9d924

Please sign in to comment.