Browse code

Remove warning message when compiling without experimental

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2425 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2006/10/22 18:35:05
Showing 1 changed files
... ...
@@ -19,13 +19,14 @@
19 19
  * Save the JavaScript embedded in an HTML file, then run the script, saving
20 20
  * the output in a file that is to be scanned, then remove the script file
21 21
  */
22
-static	char	const	rcsid[] = "$Id: js.c,v 1.12 2006/10/21 22:55:02 njh Exp $";
22
+static	char	const	rcsid[] = "$Id: js.c,v 1.13 2006/10/22 09:35:05 njh Exp $";
23 23
 
24 24
 #if HAVE_CONFIG_H
25 25
 #include "clamav-config.h"
26 26
 #endif
27 27
 
28 28
 #include "clamav.h"
29
+#include "others.h"
29 30
 
30 31
 #ifdef	CL_EXPERIMENTAL
31 32
 
... ...
@@ -41,7 +42,6 @@ static	char	const	rcsid[] = "$Id: js.c,v 1.12 2006/10/21 22:55:02 njh Exp $";
41 41
 #include <unistd.h>
42 42
 #endif
43 43
 
44
-#include "others.h"
45 44
 #include "js.h"
46 45
 
47 46
 #if HAVE_SYS_MMAN_H