Commit af86c992 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Include port.h so we define M_PI on Mingw build.

parent 4df0f7ed
......@@ -24,6 +24,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment