Index: third_party/giflib/unistd.h |
diff --git a/third_party/giflib/unistd.h b/third_party/giflib/unistd.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..445321717f21d64d4f29790667d41858c685d1c7 |
--- /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. |