fix gcc-4.7 compiler error (missing include)
This commit is contained in:
parent
a7029291fd
commit
55b65718c7
|
@ -24,6 +24,7 @@
|
|||
#ifndef _WIN32
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
class TestFileLister: public TestFixture {
|
||||
|
|
Loading…
Reference in New Issue