aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-26 21:59:00 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-26 21:59:00 +0000
commit8af0b361657b0de0dd3183996976e9c557d7ae41 (patch)
tree4254f79a48c3931cde49955ae64a567099b5235d /include
parentdea520fc936a02d53d51f84afe65df49c366b02d (diff)
Fix windows build.
Review URL: http://codereview.appspot.com/3996048 git-svn-id: http://skia.googlecode.com/svn/trunk@739 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/pdf/SkPDFCatalog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pdf/SkPDFCatalog.h b/include/pdf/SkPDFCatalog.h
index 6e530db33b..60f9791f96 100644
--- a/include/pdf/SkPDFCatalog.h
+++ b/include/pdf/SkPDFCatalog.h
@@ -17,6 +17,8 @@
#ifndef SkPDFCatalog_DEFINED
#define SkPDFCatalog_DEFINED
+#include <sys/types.h>
+
#include "SkPDFTypes.h"
#include "SkRefCnt.h"
#include "SkTDArray.h"