diff options
Diffstat (limited to 'user/dosbox/posix-headers.patch')
-rw-r--r-- | user/dosbox/posix-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/dosbox/posix-headers.patch b/user/dosbox/posix-headers.patch new file mode 100644 index 000000000..3ed6bb07a --- /dev/null +++ b/user/dosbox/posix-headers.patch @@ -0,0 +1,10 @@ +--- dosbox/src/dos/drive_local.cpp 2018-05-13 14:52:17.000000000 -0500 ++++ dosbox/src/dos/drive_local.cpp 2018-05-27 02:24:20.057150551 -0500 +@@ -22,6 +22,7 @@ + #include <string.h> + #include <time.h> + #include <errno.h> ++#include <limits.h> + + #include "dosbox.h" + #include "dos_inc.h" |