Browse code

fix merge mistake

git-svn: trunk@4759

Török Edvin authored on 2009/02/13 02:31:09
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Feb 12 20:00:01 EET 2009 (edwin)
2
+------------------------------------
3
+ * clamdscan/client.c: fix merge mistake
4
+
1 5
 Thu Feb 12 19:55:31 EET 2009 (edwin)
2 6
 ------------------------------------
3 7
  * Makefile.in: revert accidental makefile change
... ...
@@ -23,10 +23,10 @@
23 23
 #endif
24 24
 
25 25
 #include <stdio.h>
26
-#ifdef	HAVE_UNISTD_H
27 26
 #include <stdlib.h>
28
-#endif
27
+#ifdef	HAVE_UNISTD_H
29 28
 #include <unistd.h>
29
+#endif
30 30
 #include <string.h>
31 31
 #include <sys/types.h>
32 32
 #include <sys/stat.h>