diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-06-25 00:23:00 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-06-25 00:23:00 +0000 |
| commit | 5c916954d0e156b0bc8cc272c85eb2c247ead6e3 (patch) | |
| tree | a7718e099db333302a0bacc7eeb56209d4a47df5 /src/sp-missing-glyph.cpp | |
| parent | whitespace (diff) | |
| download | inkscape-5c916954d0e156b0bc8cc272c85eb2c247ead6e3.tar.gz inkscape-5c916954d0e156b0bc8cc272c85eb2c247ead6e3.zip | |
adding ifdef HAVE_CONFIG_H
(bzr r6054)
Diffstat (limited to 'src/sp-missing-glyph.cpp')
| -rw-r--r-- | src/sp-missing-glyph.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sp-missing-glyph.cpp b/src/sp-missing-glyph.cpp index 23a8a08a1..7ed6c9bb6 100644 --- a/src/sp-missing-glyph.cpp +++ b/src/sp-missing-glyph.cpp @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #ifdef ENABLE_SVG_FONTS #define __SP_MISSING_GLYPH_C__ |
