fileLister_win32.h -> filelister_win32.h

This commit is contained in:
Reijo Tomperi 2010-04-20 21:31:38 +03:00
parent 7e2f39290d
commit 47234e2dab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "testsuite.h"
#if defined(_WIN32)
#include "../lib/fileLister_win32.h"
#include "../lib/filelister_win32.h"
#else // POSIX-style system
#include "../lib/filelister_unix.h"
#endif