From: Maxim Mamontov <faust.madf@gmail.com>
Date: Mon, 4 Apr 2011 13:55:09 +0000 (+0300)
Subject: Include unsitd.h in user_property.h for access function
X-Git-Tag: 2.407-rc3~100
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/97ca31c43dab24a57115904fb6688bcc060e052b?ds=sidebyside

Include unsitd.h in user_property.h for access function
---

diff --git a/include/user_property.h b/include/user_property.h
index 402f69fb..3075d8f9 100644
--- a/include/user_property.h
+++ b/include/user_property.h
@@ -7,6 +7,8 @@ $Author: faust $
 #ifndef USER_PROPERTY_H
 #define USER_PROPERTY_H
 
+#include <unistd.h> // access
+
 #include <ctime>
 #include <string>
 #include <set>