Index: third_party/libwebp/utils/thread.c |
diff --git a/third_party/libwebp/utils/thread.c b/third_party/libwebp/utils/thread.c |
index c8c5e9df38b69eea591593cd448d16ad00181158..ce89cf9dc78c03ce8378606bbb99a995ffaac584 100644 |
--- a/third_party/libwebp/utils/thread.c |
+++ b/third_party/libwebp/utils/thread.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/ |
@@ -7,7 +7,11 @@ |
// |
// Multi-threaded worker |
// |
-// Author: skal@google.com (Pascal Massimino) |
+// Author: Skal (pascal.massimino@gmail.com) |
+ |
+#ifdef HAVE_CONFIG_H |
+#include "config.h" |
+#endif |
#include <assert.h> |
#include <string.h> // for memset() |