[poppler] fofi/FoFiTrueType.h splash/SplashFontEngine.h splash/Splash.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Jul 9 17:08:02 PDT 2011
fofi/FoFiTrueType.h | 2 ++
splash/Splash.h | 3 ++-
splash/SplashFontEngine.h | 3 ++-
3 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 230ab66f52a992557464e325d18f88573ec52423
Author: Albert Astals Cid <aacid at kde.org>
Date: Sun Jul 10 01:06:41 2011 +0100
make files easier to include by themselves
diff --git a/fofi/FoFiTrueType.h b/fofi/FoFiTrueType.h
index 4213f02..4ba9b1f 100644
--- a/fofi/FoFiTrueType.h
+++ b/fofi/FoFiTrueType.h
@@ -15,6 +15,7 @@
//
// Copyright (C) 2006 Takashi Iwai <tiwai at suse.de>
// Copyright (C) 2007 Koji Otani <sho at bbr.jp>
+// Copyright (C) 2011 Albert Astals Cid <aacid at kde.org>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -28,6 +29,7 @@
#pragma interface
#endif
+#include "stddef.h"
#include "goo/gtypes.h"
#include "FoFiBase.h"
diff --git a/splash/Splash.h b/splash/Splash.h
index a52dc13..43e0229 100644
--- a/splash/Splash.h
+++ b/splash/Splash.h
@@ -12,7 +12,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2005 Marco Pesenti Gritti <mpg at redhat.com>
-// Copyright (C) 2007 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2007, 2011 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2010 Thomas Freitag <Thomas.Freitag at alfa.de>
// Copyright (C) 2010 Christian Feuersänger <cfeuersaenger at googlemail.com>
//
@@ -28,6 +28,7 @@
#pragma interface
#endif
+#include <stddef.h>
#include "SplashTypes.h"
#include "SplashClip.h"
#include "SplashPattern.h"
diff --git a/splash/SplashFontEngine.h b/splash/SplashFontEngine.h
index bf900de..38efa48 100644
--- a/splash/SplashFontEngine.h
+++ b/splash/SplashFontEngine.h
@@ -13,7 +13,7 @@
//
// Copyright (C) 2006 Takashi Iwai <tiwai at suse.de>
// Copyright (C) 2009 Petr Gajdos <pgajdos at novell.com>
-// Copyright (C) 2009 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2009, 2011 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2011 Andreas Hartmetz <ahartmetz at gmail.com>
//
// To see a description of the changes please see the Changelog file that
@@ -29,6 +29,7 @@
#endif
#include "goo/gtypes.h"
+#include "SplashTypes.h"
class SplashT1FontEngine;
class SplashFTFontEngine;
More information about the poppler
mailing list