aboutsummaryrefslogtreecommitdiff
path: root/gprof/i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/i386.h')
-rw-r--r--gprof/i386.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/i386.h b/gprof/i386.h
index f248f6b..79d7b9e 100644
--- a/gprof/i386.h
+++ b/gprof/i386.h
@@ -33,3 +33,6 @@
#define OFFSET_OF_CODE 0
#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
+#ifdef __MSDOS__
+#define FOPEN_RB "rb"
+#endif