X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-font-face.h;h=e492ba0913cadf96463d2fe332b7192a56ded2e1;hb=c7cf14ac71346f76ae219ce67fb88c1bd34832e2;hp=b095e6b041739629d2ba1d4de812b56a950369f2;hpb=3400f9ac91627d6344cb4aa461c6513f6922b86a;p=inkscape.git diff --git a/src/sp-font-face.h b/src/sp-font-face.h index b095e6b04..e492ba091 100644 --- a/src/sp-font-face.h +++ b/src/sp-font-face.h @@ -1,3 +1,8 @@ +#ifdef HAVE_CONFIG_H +# include +#endif + +#ifdef ENABLE_SVG_FONTS #ifndef __SP_FONTFACE_H__ #define __SP_FONTFACE_H__ @@ -9,7 +14,7 @@ * http://www.w3.org/TR/SVG/fonts.html#FontFaceElement * * Authors: - * Felipe C. da S. Sanches + * Felipe C. da S. Sanches * * Copyright (C) 2008 Felipe C. da S. Sanches * @@ -111,3 +116,4 @@ struct SPFontFaceClass { GType sp_fontface_get_type (void); #endif //#ifndef __SP_FONTFACE_H__ +#endif //#ifdef ENABLE_SVG_FONTS