diff options
Diffstat (limited to 'fastboot/util.cpp')
-rw-r--r-- | fastboot/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/util.cpp b/fastboot/util.cpp index 140270fd9..8f6e52afb 100644 --- a/fastboot/util.cpp +++ b/fastboot/util.cpp @@ -33,7 +33,7 @@ #include <sys/time.h> -#include "fastboot.h" +#include "util.h" static bool g_verbose = false; |