From 98ec6265108afc1bc0bac139d913fd55b823bb53 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Thu, 2 Nov 2006 09:37:07 +0000 Subject: [PATCH] Fix compilation error under FreeBSD 6.1 git-svn: trunk@2475 --- clamav-devel/ChangeLog | 4 ++++ clamav-devel/libclamav/js/jsint.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/clamav-devel/ChangeLog b/clamav-devel/ChangeLog index 475e9ce95..7d6a6025f 100644 --- a/clamav-devel/ChangeLog +++ b/clamav-devel/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 2 09:36:06 GMT 2006 (njh) +---------------------------------- + * libclamav/js/jsint.h: Fix compilatin error under FreeBSD6.1 + Thu Nov 2 00:20:36 CET 2006 (tk) --------------------------------- * freshclam/manager.c: make update messages more precise diff --git a/clamav-devel/libclamav/js/jsint.h b/clamav-devel/libclamav/js/jsint.h index a50667359..798ce5b6c 100644 --- a/clamav-devel/libclamav/js/jsint.h +++ b/clamav-devel/libclamav/js/jsint.h @@ -24,14 +24,14 @@ /* * $Source: /tmp/cvsroot-15-2-2007/clamav-devel/libclamav/js/jsint.h,v $ - * $Id: jsint.h,v 1.2 2006/10/11 10:54:41 njh Exp $ + * $Id: jsint.h,v 1.3 2006/11/02 09:36:19 njh Exp $ */ #ifndef JSINT_H #define JSINT_H /* We have always jsconfig.h */ -#include +#include "jsconfig.h" #include #include