gcc 4.4 on FreeBSD. (Alex)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3615
This commit is contained in:
parent
d7404e0ba4
commit
9d427201b5
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
|||
#include <string>
|
||||
#endif
|
||||
|
||||
#ifndef CH_CSTDIO
|
||||
#define CH_CSTDIO
|
||||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
|
||||
class Hex {
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue