Browse code

Include pdf.h

git-svn: trunk@1776

Nigel Horne authored on 2005/12/09 16:39:17
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18
-static	char	const	rcsid[] = "$Id: pdf.c,v 1.34 2005/11/06 14:41:18 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: pdf.c,v 1.35 2005/12/09 07:39:17 nigelhorne Exp $";
19 19
 
20 20
 #if HAVE_CONFIG_H
21 21
 #include "clamav-config.h"
... ...
@@ -50,6 +50,7 @@ static	char	const	rcsid[] = "$Id: pdf.c,v 1.34 2005/11/06 14:41:18 nigelhorne Ex
50 50
 #include "table.h"
51 51
 #include "mbox.h"
52 52
 #include "blob.h"
53
+#include "pdf.h"
53 54
 
54 55
 #ifndef	MIN
55 56
 #define	MIN(a, b)	(((a) < (b)) ? (a) : (b))