1
0
Fork 0

Fix compilation

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4158
This commit is contained in:
Peter Veenstra 2018-09-04 09:43:50 +00:00
parent e524d0f1c2
commit bece575aff

View file

@ -13,6 +13,11 @@
#include <stdlib.h>
#include <memory.h>
#if C_DEBUG
#include <stdio.h>
#include <stdarg.h>
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif