Browse code

fix compilation error on Solaris (bb#341)

git-svn: trunk@2850

Tomasz Kojm authored on 2007/02/24 04:15:28
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Feb 23 18:19:43 CET 2007 (tk)
2
+---------------------------------
3
+  * clamd/scanner.c: fix compilation error on Solaris (bb#341)
4
+
1 5
 Fri Feb 23 15:37:40 GMT 2007 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/mbox.c:	Handle wide characters on Windows
... ...
@@ -38,6 +38,7 @@
38 38
 #include <sys/time.h>
39 39
 #include <sys/wait.h>
40 40
 #include <sys/param.h>
41
+#include <signal.h>
41 42
 #include <dirent.h>
42 43
 #include <sys/socket.h>
43 44
 #include <netinet/in.h>
... ...
@@ -39,7 +39,6 @@
39 39
 #endif
40 40
 #include <pthread.h>
41 41
 #include <time.h>
42
-#include <signal.h>
43 42
 #include <errno.h>
44 43
 #include <stddef.h>
45 44