summaryrefslogtreecommitdiff
path: root/src/include/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/posix.h')
-rw-r--r--src/include/posix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/posix.h b/src/include/posix.h
index 1b7d5cdc..80f59cad 100644
--- a/src/include/posix.h
+++ b/src/include/posix.h
@@ -42,6 +42,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define S_IROTH 0004
#endif
+#ifndef S_IWUSR
+#define S_IWUSR 0200
+#endif
+
#ifndef S_ISREG
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
#endif