summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/URL.h')
-rw-r--r--src/uscxml/URL.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uscxml/URL.h b/src/uscxml/URL.h
index 402666f..bb33a7c 100644
--- a/src/uscxml/URL.h
+++ b/src/uscxml/URL.h
@@ -10,6 +10,7 @@
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
+#include <sys/stat.h>
#include "uscxml/concurrency/tinythread.h"
@@ -219,6 +220,8 @@ public:
return _impl->asString();
}
+ static std::string tmpDir();
+
friend class URLFetcher;
friend std::ostream & operator<<(std::ostream &stream, const URL& p);