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