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 <[email protected]>
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 <[email protected]>
 // Copyright (C) 2007 Koji Otani <[email protected]>
+// Copyright (C) 2011 Albert Astals Cid <[email protected]>
 //
 // 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 <[email protected]>
-// Copyright (C) 2007 Albert Astals Cid <[email protected]>
+// Copyright (C) 2007, 2011 Albert Astals Cid <[email protected]>
 // Copyright (C) 2010 Thomas Freitag <[email protected]>
 // Copyright (C) 2010 Christian Feuersänger <[email protected]>
 //
@@ -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 <[email protected]>
 // Copyright (C) 2009 Petr Gajdos <[email protected]>
-// Copyright (C) 2009 Albert Astals Cid <[email protected]>
+// Copyright (C) 2009, 2011 Albert Astals Cid <[email protected]>
 // Copyright (C) 2011 Andreas Hartmetz <[email protected]>
 //
 // 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;
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to