diff options
Diffstat (limited to 'tools.c')
-rw-r--r-- | tools.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ -#include "tools.h" + #include "imagelist.h" +#include "tools.h" #include "setup.h" -cDirList::cDirList(void) +cDirList::cDirList(cImageList &ImageList) { char *buffer = NULL; |