1
0
Fork 0

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
This commit is contained in:
Peter Veenstra 2019-04-06 17:02:40 +00:00
parent 111fa1d45b
commit c03a6f497c

View file

@ -43,7 +43,7 @@
#ifndef CH_CSTDIO
#define CH_CSTDIO
#include <cstdio>
#include <stdio.h>
#endif