about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/os.h b/src/include/os.h
index 03c075e7..f17a9a37 100644
--- a/src/include/os.h
+++ b/src/include/os.h
@@ -99,4 +99,6 @@ extern int isnanf(float);
 
 void PrintfFtrace(int prefix, const char* fmt, ...);
 
+void* GetEnv(const char* name);
+
 #endif //__OS_H_