fix gcc-4.7 compiler error (missing include)

This commit is contained in:
Jussi Lehtola 2012-01-05 14:36:30 +01:00 committed by Daniel Marjamäki
parent a7029291fd
commit 55b65718c7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifndef _WIN32
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#endif
class TestFileLister: public TestFixture {