Skip to content

Commit

Permalink
fix build failure at windows
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Li <[email protected]>
  • Loading branch information
nxpfrankli committed Jul 26, 2022
1 parent e44daeb commit 4bf291e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libuuu/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <limits>
#include "http.h"
#include "zstd.h"
#include "libusb.h"

#ifdef WIN32
#define stat_os _stat64
Expand Down
1 change: 1 addition & 0 deletions libuuu/fastboot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#include <iterator>
#include "rominfo.h"
#include "zlib.h"
#include "libusb.h"

int FastBoot::Transport(string cmd, void *p, size_t size, vector<uint8_t> *input)
{
Expand Down

0 comments on commit 4bf291e

Please sign in to comment.