summaryrefslogtreecommitdiff
path: root/src/patchelf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patchelf.cc')
-rw-r--r--src/patchelf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index e785884..f1eb11a 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -47,6 +47,7 @@
#define PACKAGE_STRING "patchelf"
#endif
+// This is needed for Windows/mingw
#ifndef O_BINARY
#define O_BINARY 0
#endif