Browse code

fixed CL_EXPERIMENTAL position in suecrypt

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

aCaB authored on 2006/09/14 19:19:42
Showing 1 changed files
... ...
@@ -45,11 +45,12 @@
45 45
 **
46 46
 */
47 47
 
48
-#ifdef CL_EXPERIMENTAL
49 48
 #if HAVE_CONFIG_H
50 49
 #include "clamav-config.h"
51 50
 #endif
52 51
 
52
+#ifdef CL_EXPERIMENTAL
53
+
53 54
 #include <sys/types.h>
54 55
 #ifdef HAVE_UNISTD_H
55 56
 #include <unistd.h>