aboutsummaryrefslogtreecommitdiffstats
path: root/common/estream.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-08-26 09:28:11 +0000
committerWerner Koch <[email protected]>2010-08-26 09:28:11 +0000
commit71bc88fbae3b61702d07ae0d808b010461000859 (patch)
treed9345f3f1c8d8b0a1291aaf75c7e07050ef64197 /common/estream.c
parent. (diff)
downloadgnupg-71bc88fbae3b61702d07ae0d808b010461000859.tar.gz
gnupg-71bc88fbae3b61702d07ae0d808b010461000859.zip
Fix for W32.
Diffstat (limited to '')
-rw-r--r--common/estream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/estream.c b/common/estream.c
index cf4c4e135..25684ccc5 100644
--- a/common/estream.c
+++ b/common/estream.c
@@ -121,6 +121,8 @@ void *memrchr (const void *block, int c, size_t size);
# define S_IROTH S_IRUSR
# define S_IWGRP S_IWUSR
# define S_IWOTH S_IWUSR
+# define S_IXGRP S_IXUSR
+# define S_IXOTH S_IXUSR
#endif