ports/emulators/dosbox/files/patch-src::dos::cdrom_image.cpp
Volker Stolz 832dcb8cf4 Update to 0.63
PR:		ports/74303
Submitted by:	Miguel Mendez
Approved by:	maintainer timeout
2004-12-17 14:44:51 +00:00

11 lines
299 B
C++

--- src/dos/cdrom_image.cpp.orig Tue Oct 5 21:55:03 2004
+++ src/dos/cdrom_image.cpp Tue Nov 23 21:11:08 2004
@@ -23,7 +23,7 @@
#include <cstdio>
#include <fstream>
#include <iostream>
-#include <limits.h>
+/* #include <limits.h> */
#include <sstream>
#include <vector>
#include <sys/stat.h>