aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/giflib/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/giflib/unistd.h')
-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.