Merge "Include bspatch.h from bsdiff/"
diff --git a/applypatch/bspatch.cpp b/applypatch/bspatch.cpp
index c291464..db2ce08 100644
--- a/applypatch/bspatch.cpp
+++ b/applypatch/bspatch.cpp
@@ -26,7 +26,7 @@
 #include <string>
 
 #include <android-base/logging.h>
-#include <bspatch.h>
+#include <bsdiff/bspatch.h>
 #include <openssl/sha.h>
 
 #include "applypatch/applypatch.h"