Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/dosbox-x/files/patch-include_setup.h
16463 views
1
--- include/setup.h.orig 2022-04-01 04:26:03 UTC
2
+++ include/setup.h
3
@@ -20,6 +20,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