| Index: third_party/freetype/src/psnames/pspic.h
 | 
| diff --git a/third_party/freetype/src/psnames/pspic.h b/third_party/freetype/src/psnames/pspic.h
 | 
| index 6ff002c6037bfa299fe89ed0cb1fdd6e9016027a..443225af61527e9bdd97b6cd8186fc6818cc29ad 100644
 | 
| --- a/third_party/freetype/src/psnames/pspic.h
 | 
| +++ b/third_party/freetype/src/psnames/pspic.h
 | 
| @@ -4,7 +4,7 @@
 | 
|  /*                                                                         */
 | 
|  /*    The FreeType position independent code services for psnames module.  */
 | 
|  /*                                                                         */
 | 
| -/*  Copyright 2009, 2012 by                                                */
 | 
| +/*  Copyright 2009-2015 by                                                 */
 | 
|  /*  Oran Agra and Mickey Gabel.                                            */
 | 
|  /*                                                                         */
 | 
|  /*  This file is part of the FreeType project, and may only be used,       */
 | 
| @@ -20,10 +20,9 @@
 | 
|  #define __PSPIC_H__
 | 
|  
 | 
|  
 | 
| -FT_BEGIN_HEADER
 | 
| -
 | 
|  #include FT_INTERNAL_PIC_H
 | 
|  
 | 
| +
 | 
|  #ifndef FT_CONFIG_OPTION_PIC
 | 
|  
 | 
|  #define PSCMAPS_SERVICES_GET   pscmaps_services
 | 
| @@ -33,6 +32,9 @@ FT_BEGIN_HEADER
 | 
|  
 | 
|  #include FT_SERVICE_POSTSCRIPT_CMAPS_H
 | 
|  
 | 
| +
 | 
| +FT_BEGIN_HEADER
 | 
| +
 | 
|    typedef struct  PSModulePIC_
 | 
|    {
 | 
|      FT_ServiceDescRec*     pscmaps_services;
 | 
| @@ -54,12 +56,12 @@ FT_BEGIN_HEADER
 | 
|    FT_Error
 | 
|    psnames_module_class_pic_init( FT_Library  library );
 | 
|  
 | 
| +FT_END_HEADER
 | 
| +
 | 
|  #endif /* FT_CONFIG_OPTION_PIC */
 | 
|  
 | 
|   /* */
 | 
|  
 | 
| -FT_END_HEADER
 | 
| -
 | 
|  #endif /* __PSPIC_H__ */
 | 
|  
 | 
|  
 | 
| 
 |