Browse code

Fix compilation error under FreeBSD 6.1

git-svn: trunk@2475

Nigel Horne authored on 2006/11/02 18:37:07
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Nov  2 09:36:06 GMT 2006 (njh)
2
+----------------------------------
3
+  * libclamav/js/jsint.h:	Fix compilatin error under FreeBSD6.1
4
+
1 5
 Thu Nov  2 00:20:36 CET 2006 (tk)
2 6
 ---------------------------------
3 7
   * freshclam/manager.c: make update messages more precise
... ...
@@ -24,14 +24,14 @@
24 24
 
25 25
 /*
26 26
  * $Source: /tmp/cvsroot-15-2-2007/clamav-devel/libclamav/js/jsint.h,v $
27
- * $Id: jsint.h,v 1.2 2006/10/11 10:54:41 njh Exp $
27
+ * $Id: jsint.h,v 1.3 2006/11/02 09:36:19 njh Exp $
28 28
  */
29 29
 
30 30
 #ifndef JSINT_H
31 31
 #define JSINT_H
32 32
 
33 33
 /* We have always jsconfig.h */
34
-#include <jsconfig.h>
34
+#include "jsconfig.h"
35 35
 
36 36
 #include <stdio.h>
37 37
 #include <assert.h>