summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-12 15:22:45 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-12 15:22:45 (GMT)
commit6d0622c0bb8f0e52589c82252f2cc1eb847ad9bf (patch)
treecbb87d3447f0972fe61d7db8454804035d4f1184 /src/uscxml/URL.cpp
parent9e7e73725c20fbc95dccd9c1477a4d7c907be321 (diff)
downloaduscxml-6d0622c0bb8f0e52589c82252f2cc1eb847ad9bf.zip
uscxml-6d0622c0bb8f0e52589c82252f2cc1eb847ad9bf.tar.gz
uscxml-6d0622c0bb8f0e52589c82252f2cc1eb847ad9bf.tar.bz2
Started to fix Windows compilation issues
Diffstat (limited to 'src/uscxml/URL.cpp')
-rw-r--r--src/uscxml/URL.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uscxml/URL.cpp b/src/uscxml/URL.cpp
index 4461308..592c0c6 100644
--- a/src/uscxml/URL.cpp
+++ b/src/uscxml/URL.cpp
@@ -17,8 +17,12 @@
#include "uscxml/Common.h"
#include "URL.h"
+#include "uscxml/config.h"
+
#include <cstdlib> // mkstemp
+#ifdef HAS_UNISTD_H
#include <unistd.h> // mkstemp legacy
+#endif
namespace uscxml {