ports/emulators/hercules/files/patch-hercules.h
Ying-Chieh Liao 6528a3f9ff upgrade to 2.16.5
PR:		42333
Submitted by:	maintainer
2002-10-10 19:36:41 +00:00

12 lines
421 B
C

--- hercules.h.orig Mon Sep 2 11:43:46 2002
+++ hercules.h Mon Sep 2 11:44:56 2002
@@ -333,6 +333,9 @@
BYTE *iobuf, BYTE *more, BYTE *unitstat, U16 *residual);
typedef int DEVCF (struct _DEVBLK *dev);
+#if defined(HAVE_MTIO_H)
+ #include <sys/mtio.h>
+#endif
/*-------------------------------------------------------------------*/
/* Structure definition for the Vector Facility */