1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 20:20:30 -04:00
ports/emulators/dosbox/files/patch-include_setup.h
Alex Kozlov 4b9a10d3ab - Update to 0.74.2
- Fix DESKTOP_ENTRIES

PR:	231845
Submitted by:	hardy.schumacher@gmx.de
Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)
2018-10-01 19:44:57 +00:00

11 lines
296 B
C

--- include/setup.h.orig 2011-10-18 12:06:07.227092555 -0400
+++ include/setup.h 2011-10-18 12:06:26.200853712 -0400
@@ -21,6 +21,8 @@
#ifndef DOSBOX_SETUP_H
#define DOSBOX_SETUP_H
+#include <stdio.h>
+
#ifdef _MSC_VER
#pragma warning ( disable : 4786 )
#pragma warning ( disable : 4290 )