fix merge conflict resolution error - bad include path

Change-Id: I2374dc50a302b0b4000aff0fc37837bc901b9401
(cherry picked from commit 2d75652233cb2b4b8bc993ed855cf0eb4b91ac2d)
diff --git a/vadb/usbip/vhci_instrument.cpp b/vadb/usbip/vhci_instrument.cpp
index 9a2b8a2..8311de8 100644
--- a/vadb/usbip/vhci_instrument.cpp
+++ b/vadb/usbip/vhci_instrument.cpp
@@ -24,7 +24,7 @@
 #include "common/libs/fs/shared_select.h"
 
 #include "common/libs/fs/shared_fd.h"
-#include "host/vadb/vhci_instrument.h"
+#include "host/vadb/usbip/vhci_instrument.h"
 
 namespace vadb {
 namespace usbip {