From c03a6f497c4c6a3304ad0befb390886f8ce6baac Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 6 Apr 2019 17:02:40 +0000 Subject: [PATCH] We use the old style headers in other places and use the functions/types without std:: Should help compilation on FreeBSD. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4203 --- include/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/setup.h b/include/setup.h index 3622d0f8..27c91776 100644 --- a/include/setup.h +++ b/include/setup.h @@ -43,7 +43,7 @@ #ifndef CH_CSTDIO #define CH_CSTDIO -#include +#include #endif