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

This commit is contained in:
Steven Edwards 2003-07-28 19:06:26 +00:00 committed by Alexandre Julliard
parent 4df0f7ede0
commit af86c99260
1 changed files with 3 additions and 0 deletions

View File

@ -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>