Index: third_party/libwebp/enc/tree.c |
diff --git a/third_party/libwebp/enc/tree.c b/third_party/libwebp/enc/tree.c |
index 60f63436c3e1554204b213a52a96fa6855b984ee..06c1d579ce0d00e88e9f8919d7169cc5aa95c221 100644 |
--- a/third_party/libwebp/enc/tree.c |
+++ b/third_party/libwebp/enc/tree.c |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 Google Inc. |
+// Copyright 2011 Google Inc. All Rights Reserved. |
// |
// This code is licensed under the same terms as WebM: |
// Software License Agreement: http://www.webmproject.org/license/software/ |
@@ -9,7 +9,7 @@ |
// |
// Author: Skal (pascal.massimino@gmail.com) |
-#include "vp8enci.h" |
+#include "./vp8enci.h" |
#if defined(__cplusplus) || defined(c_plusplus) |
extern "C" { |