Mercurial > hg > svcore
comparison data/fileio/FileSource.cpp @ 608:d7f3dfe6f9a4
* solaris build fixes
author | Chris Cannam |
---|---|
date | Thu, 10 Sep 2009 18:44:45 +0000 |
parents | 993e0a4f1343 |
children | 87b81f959706 |
comparison
equal
deleted
inserted
replaced
607:a67651386253 | 608:d7f3dfe6f9a4 |
---|---|
27 #include <QCoreApplication> | 27 #include <QCoreApplication> |
28 #include <QHttpResponseHeader> | 28 #include <QHttpResponseHeader> |
29 | 29 |
30 #include <iostream> | 30 #include <iostream> |
31 #include <cstdlib> | 31 #include <cstdlib> |
32 | |
33 #include <unistd.h> | |
32 | 34 |
33 //#define DEBUG_FILE_SOURCE 1 | 35 //#define DEBUG_FILE_SOURCE 1 |
34 | 36 |
35 int | 37 int |
36 FileSource::m_count = 0; | 38 FileSource::m_count = 0; |