summaryrefslogtreecommitdiff
path: root/otk/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/util.hh')
-rw-r--r--otk/util.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/util.hh b/otk/util.hh
index 2664c1fa..2325ebf0 100644
--- a/otk/util.hh
+++ b/otk/util.hh
@@ -40,6 +40,7 @@ inline std::string itostring(unsigned int i)
inline std::string itostring(int i)
{ return itostring((long) i); }
+void putenv(const std::string &data);
std::string basename(const std::string& path);