Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/dosbox/files/patch-include_setup.h
16461 views
1
--- include/setup.h.orig 2011-10-18 12:06:07.227092555 -0400
2
+++ include/setup.h 2011-10-18 12:06:26.200853712 -0400
3
@@ -21,6 +21,8 @@
4
#ifndef DOSBOX_SETUP_H
5
#define DOSBOX_SETUP_H
6
7
+#include <stdio.h>
8
+
9
#ifdef _MSC_VER
10
#pragma warning ( disable : 4786 )
11
#pragma warning ( disable : 4290 )
12
13