git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2738 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -25,10 +25,8 @@ |
| 25 | 25 |
|
| 26 | 26 |
#include <stdio.h> |
| 27 | 27 |
#include <stdlib.h> |
| 28 |
-#include <regex.h> |
|
| 29 | 28 |
#include <string.h> |
| 30 | 29 |
#include <ctype.h> |
| 31 |
-#include <sys/types.h> |
|
| 32 | 30 |
#include <dirent.h> |
| 33 | 31 |
#include <errno.h> |
| 34 | 32 |
|
| ... | ... |
@@ -43,6 +41,7 @@ |
| 43 | 43 |
#include "hashtab.h" |
| 44 | 44 |
#include "entconv.h" |
| 45 | 45 |
#include "entitylist.h" |
| 46 |
+#include "cltypes.h" |
|
| 46 | 47 |
|
| 47 | 48 |
#ifdef HAVE_ICONV_H |
| 48 | 49 |
#include <iconv.h> |