aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-04-01 06:58:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-01 06:58:48 -0700
commit8c8f22a3bba18edaad41d6ac8451a77aa093a958 (patch)
treea5f4b6d7c466d40bc708e24db2bb9d9c11d7e7b5 /third_party
parent08b4d29a0a29badc15129c9bc7ee8352bc75278d (diff)
Creating a new wrapper for gif decoder
BUG=skia:3257 BUG=skia:3534 Review URL: https://codereview.chromium.org/1022673011
Diffstat (limited to 'third_party')
-rw-r--r--third_party/giflib/unistd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/giflib/unistd.h b/third_party/giflib/unistd.h
new file mode 100644
index 0000000000..445321717f
--- /dev/null
+++ b/third_party/giflib/unistd.h
@@ -0,0 +1,7 @@
+// Copyright 2015 Google Inc.
+
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This file does nothing. There are files in the external giflib that include
+// <unistd.h>. This file exists so that the include does not fail on Windows.