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:
parent
111fa1d45b
commit
c03a6f497c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
#ifndef CH_CSTDIO
|
||||
#define CH_CSTDIO
|
||||
#include <cstdio>
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue